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.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return BitmapIndex -
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 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
Constructors in org.eclipse.jgit.revwalk with parameters of type BitmapIndexModifierConstructorDescriptionBitmapWalker
(ObjectWalk walker, BitmapIndex bitmapIndex, ProgressMonitor pm) Create a BitmapWalker.