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. -
-
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 BitmapIndex
DfsReader. getBitmapIndex()
-
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 class
BitmapIndexImpl
A 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 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 BitmapIndex Modifier and Type Method Description BitmapIndex
ObjectReader. getBitmapIndex()
An index that can be used to speed up ObjectWalks.
-