Uses of Interface
org.eclipse.jgit.lib.BitmapIndex.BitmapBuilder
-
Packages that use BitmapIndex.BitmapBuilder 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. -
-
Uses of BitmapIndex.BitmapBuilder in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type BitmapIndex.BitmapBuilder Modifier and Type Method Description Collection<CachedPack>
DfsReader. getCachedPacksAndUpdate(BitmapIndex.BitmapBuilder needBitmap)
-
Uses of BitmapIndex.BitmapBuilder in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type BitmapIndex.BitmapBuilder Modifier and Type Method 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. -
Uses of BitmapIndex.BitmapBuilder in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return BitmapIndex.BitmapBuilder Modifier and Type Method 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.
-