Uses of Interface
org.eclipse.jgit.lib.BitmapIndex.Bitmap
-
Packages that use BitmapIndex.Bitmap Package Description org.eclipse.jgit.internal.revwalk org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.revwalk Walking revision graphs (commit history). -
-
Uses of BitmapIndex.Bitmap in org.eclipse.jgit.internal.revwalk
Constructors in org.eclipse.jgit.internal.revwalk with parameters of type BitmapIndex.Bitmap Constructor Description AddToBitmapWithCacheFilter(AnyObjectId cachedCommit, BitmapIndex.Bitmap cachedBitmap, BitmapIndex.BitmapBuilder bitmap)Create a filter with a cached BitmapCommit that adds visited commits to the given bitmap. -
Uses of BitmapIndex.Bitmap in org.eclipse.jgit.internal.storage.file
Classes in org.eclipse.jgit.internal.storage.file that implement BitmapIndex.Bitmap Modifier and Type Class Description static classBitmapIndexImpl.CompressedBitmapWrapper for aEWAHCompressedBitmapandPackBitmapIndex.Methods in org.eclipse.jgit.internal.storage.file with parameters of type BitmapIndex.Bitmap Modifier and Type Method Description voidPackBitmapIndexBuilder. addBitmap(AnyObjectId objectId, BitmapIndex.Bitmap bitmap, int flags)Stores the bitmap for the objectId.BitmapIndexImpl.CompressedBitmapBitmapIndexImpl.CompressedBitmap. andNot(BitmapIndex.Bitmap other)BitmapIndexImpl.CompressedBitmapBitmapIndexImpl.CompressedBitmap. or(BitmapIndex.Bitmap other)voidPackBitmapIndexBuilder. processBitmapForWrite(BitmapCommit c, BitmapIndex.Bitmap bitmap, int flags)Processes a commit and prepares its bitmap to write to the bitmap index file.BitmapIndexImpl.CompressedBitmapBitmapIndexImpl.CompressedBitmap. xor(BitmapIndex.Bitmap other) -
Uses of BitmapIndex.Bitmap in org.eclipse.jgit.lib
Subinterfaces of BitmapIndex.Bitmap in org.eclipse.jgit.lib Modifier and Type Interface Description static interfaceBitmapIndex.BitmapBuilderA builder for a bitmap.Methods in org.eclipse.jgit.lib that return BitmapIndex.Bitmap Modifier and Type Method Description BitmapIndex.BitmapBitmapIndex.Bitmap. andNot(BitmapIndex.Bitmap other)Bitwise-AND-NOT the current bitmap with the value from the other bitmap.BitmapIndex.BitmapBitmapIndex.BitmapBuilder. build()BitmapIndex.BitmapBitmapIndex. getBitmap(AnyObjectId objectId)Get the bitmap for the id.BitmapIndex.BitmapBitmapIndex.Bitmap. or(BitmapIndex.Bitmap other)Bitwise-OR the current bitmap with the value from the other bitmap.BitmapIndex.BitmapBitmapIndex.Bitmap. xor(BitmapIndex.Bitmap other)Bitwise-XOR the current bitmap with the value from the other bitmap.Methods in org.eclipse.jgit.lib with parameters of type BitmapIndex.Bitmap Modifier and Type Method Description BitmapIndex.BitmapBitmapIndex.Bitmap. andNot(BitmapIndex.Bitmap other)Bitwise-AND-NOT the current bitmap with the value from the other bitmap.BitmapIndex.BitmapBuilderBitmapIndex.BitmapBuilder. andNot(BitmapIndex.Bitmap other)Bitwise-AND-NOT the current bitmap with the value from the other bitmap.BitmapIndex.BitmapBitmapIndex.Bitmap. or(BitmapIndex.Bitmap other)Bitwise-OR the current bitmap with the value from the other bitmap.BitmapIndex.BitmapBuilderBitmapIndex.BitmapBuilder. or(BitmapIndex.Bitmap other)Bitwise-OR the current bitmap with the value from the other bitmap.BitmapIndex.BitmapBitmapIndex.Bitmap. xor(BitmapIndex.Bitmap other)Bitwise-XOR the current bitmap with the value from the other bitmap.BitmapIndex.BitmapBuilderBitmapIndex.BitmapBuilder. xor(BitmapIndex.Bitmap other)Bitwise-XOR the current bitmap with the value from the other bitmap. -
Uses of BitmapIndex.Bitmap in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk with parameters of type BitmapIndex.Bitmap Modifier and Type Method Description voidBitmapWalker. setPrevBitmap(BitmapIndex.Bitmap prevBitmap)Set the bitmap associated with the cached commit for the walker.
-