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. -
Uses of PackReverseIndex in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return PackReverseIndexModifier and TypeMethodDescriptionstatic PackReverseIndex
PackReverseIndexFactory.computeFromIndex
(PackIndex packIndex) Compute an in-memory pack reverse index from the in-memory pack forward index.Methods in org.eclipse.jgit.internal.storage.file with parameters of type PackReverseIndexModifier and TypeMethodDescriptionstatic PackBitmapIndex
PackBitmapIndex.open
(File idxFile, PackIndex packIndex, PackReverseIndex reverseIndex) Read an existing pack bitmap index file from a buffered stream.static PackBitmapIndex
PackBitmapIndex.read
(InputStream fd, PackIndex packIndex, PackReverseIndex reverseIndex) Read an existing pack bitmap index file from a buffered stream.