Uses of Interface
org.eclipse.jgit.lib.BitmapIndex
Packages that use BitmapIndex
Package
Description
Distributed file system based repository storage.
File based repository storage.
Core API for repository, config, refs, object database.
Walking revision graphs (commit history).
-
Uses of BitmapIndex in org.eclipse.jgit.internal.revwalk
Fields in org.eclipse.jgit.internal.revwalk declared as BitmapIndexModifier and TypeFieldDescriptionprivate final BitmapIndex
BitmappedReachabilityChecker.ReachedFilter.repoBitmaps
Constructors in org.eclipse.jgit.internal.revwalk with parameters of type BitmapIndexModifierConstructorDescriptionReachedFilter
(BitmapIndex repoBitmaps) Create a filter that emits only previously unreachable commits. -
Uses of BitmapIndex in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return BitmapIndexModifier and TypeMethodDescriptionDfsReader.getBitmapIndex()
An index that can be used to speed up ObjectWalks. -
Uses of BitmapIndex in org.eclipse.jgit.internal.storage.file
Classes in org.eclipse.jgit.internal.storage.file that implement BitmapIndexModifier and TypeClassDescriptionclass
A compressed bitmap representation of the entire object graph.Methods in org.eclipse.jgit.internal.storage.file that return BitmapIndexModifier and TypeMethodDescriptionWindowCursor.getBitmapIndex()
An index that can be used to speed up ObjectWalks.Methods in org.eclipse.jgit.internal.storage.file with parameters of type BitmapIndexModifier and TypeMethodDescriptionstatic PackBitmapIndexRemapper
PackBitmapIndexRemapper.newPackBitmapIndex
(BitmapIndex prevBitmapIndex, PackBitmapIndex newIndex) A PackBitmapIndex that maps the positions in the prevBitmapIndex to the ones in the newIndex. -
Uses of BitmapIndex in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return BitmapIndexModifier and TypeMethodDescriptionBitmapIndex.BitmapBuilder.getBitmapIndex()
Get the BitmapIndex for this BitmapBuilder.ObjectReader.Filter.getBitmapIndex()
ObjectReader.getBitmapIndex()
An index that can be used to speed up ObjectWalks. -
Uses of BitmapIndex in org.eclipse.jgit.revwalk
Fields in org.eclipse.jgit.revwalk declared as BitmapIndexConstructors in org.eclipse.jgit.revwalk with parameters of type BitmapIndexModifierConstructorDescriptionBitmapWalker
(ObjectWalk walker, BitmapIndex bitmapIndex, ProgressMonitor pm) Create a BitmapWalker.