Uses of Class
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
Fields in org.eclipse.jgit.internal.storage.dfs declared as PackReverseIndexModifier and TypeFieldDescriptionprivate PackReverseIndexDfsPackFile.reverseIndexReverse version ofDfsPackFile.indexmapping position toObjectId.Methods in org.eclipse.jgit.internal.storage.dfs that return PackReverseIndexModifier and TypeMethodDescription(package private) PackReverseIndexDfsPackFile.getReverseIdx(DfsReader ctx) Methods in org.eclipse.jgit.internal.storage.dfs that return types with arguments of type PackReverseIndexModifier and TypeMethodDescriptionprivate DfsBlockCache.Ref<PackReverseIndex>DfsPackFile.loadReverseIdx(DfsReader ctx, DfsStreamKey revKey, PackIndex idx) Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackReverseIndexModifier and TypeMethodDescription(package private) voidDfsPackFile.representation(DfsObjectRepresentation r, long pos, DfsReader ctx, PackReverseIndex rev) -
Uses of PackReverseIndex in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as PackReverseIndexModifier and TypeFieldDescriptionprivate PackReverseIndexPack.reverseIdxprivate final PackReverseIndexPackBitmapIndexV1.reverseIndexMethods in org.eclipse.jgit.internal.storage.file that return PackReverseIndexMethods 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.Constructors in org.eclipse.jgit.internal.storage.file with parameters of type PackReverseIndexModifierConstructorDescription(package private)PackBitmapIndexV1(InputStream fd, PackIndex packIndex, PackReverseIndex reverseIndex)