Uses of Interface
org.eclipse.jgit.lib.BitmapIndex.BitmapBuilder
Packages that use BitmapIndex.BitmapBuilder
Package
Description
Distributed file system based repository storage.
File 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
Fields in org.eclipse.jgit.internal.revwalk declared as BitmapIndex.BitmapBuilderModifier and TypeFieldDescriptionprivate final BitmapIndex.BitmapBuilder
AddToBitmapFilter.bitmap
private final BitmapIndex.BitmapBuilder
AddToBitmapWithCacheFilter.bitmap
private final BitmapIndex.BitmapBuilder
AddUnseenToBitmapFilter.bitmap
private final BitmapIndex.BitmapBuilder
BitmappedReachabilityChecker.ReachedFilter.reached
private final BitmapIndex.BitmapBuilder
AddUnseenToBitmapFilter.seen
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) 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.internal.storage.file
Classes in org.eclipse.jgit.internal.storage.file that implement BitmapIndex.BitmapBuilderModifier and TypeClassDescriptionprivate static final class
Methods in org.eclipse.jgit.internal.storage.file that return BitmapIndex.BitmapBuilderModifier and TypeMethodDescriptionBitmapIndexImpl.CompressedBitmapBuilder.addObject
(AnyObjectId objectId, int type) Methods in org.eclipse.jgit.internal.storage.file with parameters of type BitmapIndex.BitmapBuilderModifier and TypeMethodDescriptionWindowCursor.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.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as BitmapIndex.BitmapBuilderModifier and TypeFieldDescriptionprivate final BitmapIndex.BitmapBuilder
PackWriterBitmapPreparer.NotInBitmapFilter.bitmap
private BitmapIndex.BitmapBuilder
PackWriter.haveObjects
(package private) final BitmapIndex.BitmapBuilder
PackWriterBitmapPreparer.CommitSelectionHelper.reusedCommitsBitmap
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.Constructors in org.eclipse.jgit.internal.storage.pack with parameters of type BitmapIndex.BitmapBuilderModifierConstructorDescription(package private)
CommitSelectionHelper
(Set<? extends ObjectId> newWants, RevCommit[] commitsByOldest, int commitStartPos, List<RevCommit> newWantsByNewest, BitmapIndex.BitmapBuilder reusedCommitsBitmap, List<BitmapCommit> reuse) (package private)
-
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
Fields in org.eclipse.jgit.revwalk declared as BitmapIndex.BitmapBuilderModifier and TypeFieldDescriptionprivate final BitmapIndex.BitmapBuilder
BitmapWalker.BitmapObjectFilter.bitmap
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.private BitmapIndex.BitmapBuilder
BitmapWalker.findObjectsWalk
(Iterable<? extends ObjectId> start, BitmapIndex.BitmapBuilder seen, boolean ignoreMissingStart) 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.private BitmapIndex.BitmapBuilder
BitmapWalker.findObjectsWalk
(Iterable<? extends ObjectId> start, BitmapIndex.BitmapBuilder seen, boolean ignoreMissingStart) Constructors in org.eclipse.jgit.revwalk with parameters of type BitmapIndex.BitmapBuilderModifierConstructorDescription(package private)