Uses of Interface
org.eclipse.jgit.lib.BitmapIndex.BitmapBuilder
-
Packages that use BitmapIndex.BitmapBuilder Package Description org.eclipse.jgit.internal.revwalk org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File 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.org.eclipse.jgit.revwalk 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.BitmapBuilder Modifier and Type Field Description private BitmapIndex.BitmapBuilderAddToBitmapFilter. bitmapprivate BitmapIndex.BitmapBuilderAddToBitmapWithCacheFilter. bitmapprivate BitmapIndex.BitmapBuilderAddUnseenToBitmapFilter. bitmapprivate BitmapIndex.BitmapBuilderBitmappedReachabilityChecker.ReachedFilter. reachedprivate BitmapIndex.BitmapBuilderAddUnseenToBitmapFilter. seenConstructors in org.eclipse.jgit.internal.revwalk with parameters of type BitmapIndex.BitmapBuilder Constructor Description AddToBitmapFilter(BitmapIndex.BitmapBuilder bitmap)Create 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.AddUnseenToBitmapFilter(BitmapIndex.BitmapBuilder seen, BitmapIndex.BitmapBuilder 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.BitmapBuilder Modifier and Type Method Description java.util.Collection<CachedPack>DfsReader. 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.BitmapBuilder Modifier and Type Class Description private static classBitmapIndexImpl.CompressedBitmapBuilderMethods in org.eclipse.jgit.internal.storage.file that return BitmapIndex.BitmapBuilder Modifier and Type Method Description BitmapIndex.BitmapBuilderBitmapIndexImpl.CompressedBitmapBuilder. addObject(AnyObjectId objectId, int type)Methods in org.eclipse.jgit.internal.storage.file with parameters of type BitmapIndex.BitmapBuilder Modifier and Type Method Description java.util.Collection<CachedPack>WindowCursor. 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.BitmapBuilder Modifier and Type Field Description private BitmapIndex.BitmapBuilderPackWriterBitmapPreparer.NotInBitmapFilter. bitmapprivate BitmapIndex.BitmapBuilderPackWriter. haveObjects(package private) BitmapIndex.BitmapBuilderPackWriterBitmapPreparer.CommitSelectionHelper. reusedCommitsBitmapMethods in org.eclipse.jgit.internal.storage.pack with parameters of type BitmapIndex.BitmapBuilder Modifier and Type Method Description java.util.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.Constructors in org.eclipse.jgit.internal.storage.pack with parameters of type BitmapIndex.BitmapBuilder Constructor Description CommitSelectionHelper(java.util.Set<? extends ObjectId> newWants, RevCommit[] commitsByOldest, int commitStartPos, java.util.List<RevCommit> newWantsByNewest, BitmapIndex.BitmapBuilder reusedCommitsBitmap, java.util.List<BitmapCommit> reuse)NotInBitmapFilter(BitmapIndex.BitmapBuilder bitmap) -
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.BitmapBuilderBitmapIndex.BitmapBuilder. addObject(AnyObjectId objectId, int type)Adds the id to the bitmap.BitmapIndex.BitmapBuilderBitmapIndex.BitmapBuilder. andNot(BitmapIndex.Bitmap other)Bitwise-AND-NOT the current bitmap with the value from the other bitmap.BitmapIndex.BitmapBuilderBitmapIndex. newBitmapBuilder()Create a newBitmapBuilderbased on the values in the index.BitmapIndex.BitmapBuilderBitmapIndex.BitmapBuilder. or(BitmapIndex.Bitmap other)Bitwise-OR 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.BitmapBuilder in org.eclipse.jgit.revwalk
Fields in org.eclipse.jgit.revwalk declared as BitmapIndex.BitmapBuilder Modifier and Type Field Description private BitmapIndex.BitmapBuilderBitmapWalker.BitmapObjectFilter. bitmapMethods in org.eclipse.jgit.revwalk that return BitmapIndex.BitmapBuilder Modifier and Type Method Description BitmapIndex.BitmapBuilderBitmapWalker. findObjects(java.lang.Iterable<? extends ObjectId> start, BitmapIndex.BitmapBuilder seen, boolean ignoreMissing)Return, as a bitmap, the objects reachable from the objects in start.private BitmapIndex.BitmapBuilderBitmapWalker. findObjectsWalk(java.lang.Iterable<? extends ObjectId> start, BitmapIndex.BitmapBuilder seen, boolean ignoreMissingStart)Methods in org.eclipse.jgit.revwalk with parameters of type BitmapIndex.BitmapBuilder Modifier and Type Method Description BitmapIndex.BitmapBuilderBitmapWalker. findObjects(java.lang.Iterable<? extends ObjectId> start, BitmapIndex.BitmapBuilder seen, boolean ignoreMissing)Return, as a bitmap, the objects reachable from the objects in start.private BitmapIndex.BitmapBuilderBitmapWalker. findObjectsWalk(java.lang.Iterable<? extends ObjectId> start, BitmapIndex.BitmapBuilder seen, boolean ignoreMissingStart)Constructors in org.eclipse.jgit.revwalk with parameters of type BitmapIndex.BitmapBuilder Constructor Description BitmapObjectFilter(BitmapIndex.BitmapBuilder bitmap)
-