Uses of Interface
org.eclipse.jgit.internal.storage.file.PackReverseIndex
Packages that use PackReverseIndex
Package
Description
Distributed file system based repository storage.
File based repository storage.
-
Uses of PackReverseIndex in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return PackReverseIndexModifier and TypeMethodDescriptionDfsPackFile.getReverseIdx(DfsReader ctx) Get the PackReverseIndex for this PackFile.abstract PackReverseIndexDfsPackFileMidx.getReverseIdx(DfsReader ctx) DfsPackFileMidxNPacks.getReverseIdx(DfsReader ctx) DfsPackFileMidxSingle.getReverseIdx(DfsReader ctx) DfsPackFile.CachedStreamPackIndexes.reverseIndex(DfsReader ctx, PackIndex idx) DfsPackFile.IndexFactory.PackIndexes.reverseIndex(DfsReader ctx, PackIndex idx) Load the reverse index of the pack -
Uses of PackReverseIndex in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return PackReverseIndexModifier and TypeMethodDescriptionstatic PackReverseIndexPackReverseIndexFactory.computeFromIndex(PackIndex packIndex) Compute an in-memory pack reverse index from the in-memory pack forward index.protected PackReverseIndexPack.getReverseIdx()Get the reverse index of this packPackMidx.getReverseIdx()Methods in org.eclipse.jgit.internal.storage.file with parameters of type PackReverseIndexModifier 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, PackIndex packIndex, PackReverseIndex reverseIndex) Read an existing pack bitmap index file from a buffered stream.