Uses of Interface
org.eclipse.jgit.lib.BitmapIndex.BitmapBuilder
Packages that use BitmapIndex.BitmapBuilder
Package
Description
Distributed file system based repository storage.
Reading/writing Git pack files.
Core API for repository, config, refs, object database.
Walking revision graphs (commit history).
-
Uses of BitmapIndex.BitmapBuilder in org.eclipse.jgit.internal.revwalk
Constructors in org.eclipse.jgit.internal.revwalk with parameters of type BitmapIndex.BitmapBuilderModifierConstructorDescriptionCreate a filter that adds visited commits to the given bitmap.AddToBitmapWithCacheFilter
(AnyObjectId cachedCommit, BitmapIndex.Bitmap cachedBitmap, BitmapIndex.BitmapBuilder bitmap) Create a filter with a cached BitmapCommit that adds visited commits to the given bitmap.Create a filter that adds visited commits to the given bitmap, but does not walk through the objects inseen
. -
Uses of BitmapIndex.BitmapBuilder in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type BitmapIndex.BitmapBuilderModifier and TypeMethodDescriptionDfsReader.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.BitmapBuilderModifier and TypeMethodDescriptionObjectReuseAsIs.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.BitmapBuilderModifier and TypeMethodDescriptionBitmapIndex.BitmapBuilder.addObject
(AnyObjectId objectId, int type) Adds the id to the bitmap.BitmapIndex.BitmapBuilder.andNot
(BitmapIndex.Bitmap other) Bitwise-AND-NOT the current bitmap with the value from the other bitmap.BitmapIndex.newBitmapBuilder()
Create a newBitmapBuilder
based on the values in the index.BitmapIndex.BitmapBuilder.or
(BitmapIndex.Bitmap other) Bitwise-OR 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.BitmapBuilder in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk that return BitmapIndex.BitmapBuilderModifier and TypeMethodDescriptionBitmapWalker.findObjects
(Iterable<? extends ObjectId> start, BitmapIndex.BitmapBuilder seen, boolean ignoreMissing) Return, as a bitmap, the objects reachable from the objects in start.Methods in org.eclipse.jgit.revwalk with parameters of type BitmapIndex.BitmapBuilderModifier and TypeMethodDescriptionBitmapWalker.findObjects
(Iterable<? extends ObjectId> start, BitmapIndex.BitmapBuilder seen, boolean ignoreMissing) Return, as a bitmap, the objects reachable from the objects in start.