Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Method and Description |
---|---|
Collection<CachedPack> |
DfsReader.getCachedPacksAndUpdate(BitmapIndex.BitmapBuilder needBitmap) |
Modifier and Type | Method and Description |
---|---|
Collection<CachedPack> |
ObjectReuseAsIs.getCachedPacksAndUpdate(BitmapIndex.BitmapBuilder needBitmap)
Obtain the available cached packs that match the bitmap and update
the bitmap by removing the items that are in the CachedPack.
|
Modifier and Type | Method and Description |
---|---|
BitmapIndex.BitmapBuilder |
BitmapIndex.BitmapBuilder.andNot(BitmapIndex.Bitmap other)
Bitwise-AND-NOT the current bitmap with the value from the other
bitmap.
|
BitmapIndex.BitmapBuilder |
BitmapIndex.newBitmapBuilder() |
BitmapIndex.BitmapBuilder |
BitmapIndex.BitmapBuilder.or(BitmapIndex.Bitmap other)
Bitwise-OR the current bitmap with the value from the other bitmap.
|
BitmapIndex.BitmapBuilder |
BitmapIndex.BitmapBuilder.xor(BitmapIndex.Bitmap other)
Bitwise-XOR the current bitmap with the value from the other bitmap.
|
Copyright © 2014. All rights reserved.