Uses of Interface
org.eclipse.jgit.lib.BitmapIndex
-
Packages that use BitmapIndex 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.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.revwalk
Fields in org.eclipse.jgit.internal.revwalk declared as BitmapIndex Modifier and Type Field Description private BitmapIndexBitmappedReachabilityChecker.ReachedFilter. repoBitmapsConstructors in org.eclipse.jgit.internal.revwalk with parameters of type BitmapIndex Constructor Description ReachedFilter(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 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 that return BitmapIndex Modifier and Type Method Description BitmapIndexWindowCursor. getBitmapIndex()An index that can be used to speed up ObjectWalks.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
Fields in org.eclipse.jgit.revwalk declared as BitmapIndex Modifier and Type Field Description private BitmapIndexBitmapWalker. bitmapIndexConstructors in org.eclipse.jgit.revwalk with parameters of type BitmapIndex Constructor Description BitmapWalker(ObjectWalk walker, BitmapIndex bitmapIndex, ProgressMonitor pm)Create a BitmapWalker.
-