Uses of Interface
org.eclipse.jgit.internal.storage.file.PackBitmapIndex
Packages that use PackBitmapIndex
Package
Description
Distributed file system based repository storage.
File based repository storage.
Core API for repository, config, refs, object database.
-
Uses of PackBitmapIndex in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as PackBitmapIndexModifier and TypeFieldDescriptionfinal PackBitmapIndexDfsPackFile.PackBitmapIndexLoader.LoadResult.bitmapIndexThe loadedPackBitmapIndex.Methods in org.eclipse.jgit.internal.storage.dfs that return PackBitmapIndexModifier and TypeMethodDescriptionDfsPackFile.getBitmapIndex(DfsReader ctx) Get the BitmapIndex for this PackFile.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackBitmapIndexModifier and TypeMethodDescriptionprotected BitmapIndexDfsReader.createBitmapIndex(PackBitmapIndex packBitmapIndex) Give subclasses a chance to record pack index statsConstructors in org.eclipse.jgit.internal.storage.dfs with parameters of type PackBitmapIndexModifierConstructorDescriptionLoadResult(PackBitmapIndex packBitmapIndex, long bytesRead) Constructs the LoadResult. -
Uses of PackBitmapIndex in org.eclipse.jgit.internal.storage.file
Classes in org.eclipse.jgit.internal.storage.file that implement PackBitmapIndexModifier and TypeClassDescriptionclassHelper for constructingPackBitmapIndexes.classA PackBitmapIndex that remaps the bitmaps in the previous index to the positions in the new pack index.Methods in org.eclipse.jgit.internal.storage.file that return PackBitmapIndexModifier and TypeMethodDescriptionstatic PackBitmapIndexPackBitmapIndex.open(File idxFile, PackIndex packIndex, PackReverseIndex reverseIndex) Read an existing pack bitmap index file from a buffered stream.static PackBitmapIndexPackBitmapIndex.read(InputStream fd, PackBitmapIndex.SupplierWithIOException<PackIndex> packIndexSupplier, PackBitmapIndex.SupplierWithIOException<PackReverseIndex> reverseIndexSupplier, boolean loadParallelRevIndex) Read an existing pack bitmap index file from a buffered stream.static PackBitmapIndexPackBitmapIndex.read(InputStream fd, PackIndex packIndex, PackReverseIndex reverseIndex) Read an existing pack bitmap index file from a buffered stream.Methods in org.eclipse.jgit.internal.storage.file with parameters of type PackBitmapIndexModifier and TypeMethodDescriptionstatic PackBitmapIndexRemapperPackBitmapIndexRemapper.newPackBitmapIndex(BitmapIndex prevBitmapIndex, PackBitmapIndex newIndex) A PackBitmapIndex that maps the positions in the prevBitmapIndex to the ones in the newIndex.Constructors in org.eclipse.jgit.internal.storage.file with parameters of type PackBitmapIndexModifierConstructorDescriptionBitmapIndexImpl(PackBitmapIndex packIndex) Creates a BitmapIndex that is back by Compressed bitmaps. -
Uses of PackBitmapIndex in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib with parameters of type PackBitmapIndexModifier and TypeMethodDescriptionbooleanBitmapIndex.BitmapBuilder.removeAllOrNone(PackBitmapIndex bitmapIndex) Determines if the entire bitmap index is contained in the bitmap.