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 PackReverseIndex
DfsPackFile.reverseIndex
Reverse version ofDfsPackFile.index
mapping position toObjectId
.Methods in org.eclipse.jgit.internal.storage.dfs that return PackReverseIndexModifier and TypeMethodDescription(package private) PackReverseIndex
DfsPackFile.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
(DfsStreamKey revKey, PackIndex idx) Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackReverseIndexModifier and TypeMethodDescriptionprivate DfsBlockCache.Ref
<PackBitmapIndex> DfsPackFile.loadBitmapIndex
(DfsReader ctx, DfsStreamKey bitmapKey, PackIndex idx, PackReverseIndex revidx) (package private) void
DfsPackFile.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 PackReverseIndex
Pack.reverseIdx
private final PackReverseIndex
PackBitmapIndexV1.reverseIndex
Methods in org.eclipse.jgit.internal.storage.file that return PackReverseIndexMethods 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.Constructors in org.eclipse.jgit.internal.storage.file with parameters of type PackReverseIndexModifierConstructorDescription(package private)
PackBitmapIndexV1
(InputStream fd, PackIndex packIndex, PackReverseIndex reverseIndex)