Uses of Interface
org.eclipse.jgit.lib.BitmapIndex
-
Packages that use BitmapIndex Package Description 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.lib Core API for repository, config, refs, object database.org.eclipse.jgit.revwalk 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 Modifier and Type Method Description BitmapIndexDfsReader. 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 BitmapIndex Modifier and Type Class Description classBitmapIndexImplA compressed bitmap representation of the entire object graph.Methods in org.eclipse.jgit.internal.storage.file with parameters of type BitmapIndex Modifier and Type Method Description static PackBitmapIndexRemapperPackBitmapIndexRemapper. 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 BitmapIndex Modifier and Type Method Description BitmapIndexBitmapIndex.BitmapBuilder. getBitmapIndex()Get the BitmapIndex for this BitmapBuilder.BitmapIndexObjectReader.Filter. getBitmapIndex()BitmapIndexObjectReader. 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 BitmapIndex Constructor Description BitmapWalker(ObjectWalk walker, BitmapIndex bitmapIndex, ProgressMonitor pm)Create a BitmapWalker.
-