Uses of Interface
org.eclipse.jgit.lib.BitmapIndex.Bitmap
Packages that use BitmapIndex.Bitmap
Package
Description
File based repository storage.
Core API for repository, config, refs, object database.
Walking revision graphs (commit history).
-
Uses of BitmapIndex.Bitmap in org.eclipse.jgit.internal.revwalk
Fields in org.eclipse.jgit.internal.revwalk declared as BitmapIndex.BitmapModifier and TypeFieldDescriptionprivate final BitmapIndex.BitmapAddToBitmapWithCacheFilter.cachedBitmapConstructors in org.eclipse.jgit.internal.revwalk with parameters of type BitmapIndex.BitmapModifierConstructorDescriptionAddToBitmapWithCacheFilter(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.BitmapModifier and TypeClassDescriptionstatic final classWrapper for aEWAHCompressedBitmapandPackBitmapIndex.private static final classMethods in org.eclipse.jgit.internal.storage.file with parameters of type BitmapIndex.BitmapModifier and TypeMethodDescriptionvoidPackBitmapIndexBuilder.addBitmap(AnyObjectId objectId, BitmapIndex.Bitmap bitmap, int flags) Stores the bitmap for the objectId.BitmapIndexImpl.CompressedBitmap.andNot(BitmapIndex.Bitmap other) BitmapIndexImpl.CompressedBitmapBuilder.andNot(BitmapIndex.Bitmap other) private com.googlecode.javaewah.EWAHCompressedBitmapBitmapIndexImpl.CompressedBitmap.ewahBitmap(BitmapIndex.Bitmap other) private com.googlecode.javaewah.EWAHCompressedBitmapBitmapIndexImpl.CompressedBitmapBuilder.ewahBitmap(BitmapIndex.Bitmap other) BitmapIndexImpl.CompressedBitmap.or(BitmapIndex.Bitmap other) BitmapIndexImpl.CompressedBitmapBuilder.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.CompressedBitmap.xor(BitmapIndex.Bitmap other) BitmapIndexImpl.CompressedBitmapBuilder.xor(BitmapIndex.Bitmap other) -
Uses of BitmapIndex.Bitmap in org.eclipse.jgit.lib
Subinterfaces of BitmapIndex.Bitmap in org.eclipse.jgit.libModifier and TypeInterfaceDescriptionstatic interfaceA builder for a bitmap.Methods in org.eclipse.jgit.lib that return BitmapIndex.BitmapModifier and TypeMethodDescriptionBitmapIndex.Bitmap.andNot(BitmapIndex.Bitmap other) Bitwise-AND-NOT the current bitmap with the value from the other bitmap.BitmapIndex.BitmapBuilder.build()BitmapIndex.getBitmap(AnyObjectId objectId) Get the bitmap for the id.BitmapIndex.Bitmap.or(BitmapIndex.Bitmap other) Bitwise-OR the current bitmap with the value from the other bitmap.BitmapIndex.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.BitmapModifier and TypeMethodDescriptionBitmapIndex.Bitmap.andNot(BitmapIndex.Bitmap other) Bitwise-AND-NOT the current bitmap with the value from the other bitmap.BitmapIndex.BitmapBuilder.andNot(BitmapIndex.Bitmap other) Bitwise-AND-NOT the current bitmap with the value from the other bitmap.BitmapIndex.Bitmap.or(BitmapIndex.Bitmap other) Bitwise-OR the current bitmap with the value from the other bitmap.BitmapIndex.BitmapBuilder.or(BitmapIndex.Bitmap other) Bitwise-OR the current bitmap with the value from the other bitmap.BitmapIndex.Bitmap.xor(BitmapIndex.Bitmap other) Bitwise-XOR the current bitmap with the value from the other bitmap.BitmapIndex.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
Fields in org.eclipse.jgit.revwalk declared as BitmapIndex.BitmapMethods in org.eclipse.jgit.revwalk with parameters of type BitmapIndex.BitmapModifier and TypeMethodDescriptionvoidBitmapWalker.setPrevBitmap(BitmapIndex.Bitmap prevBitmap) Set the bitmap associated with the cached commit for the walker.