Uses of Class
org.eclipse.jgit.internal.storage.file.PackReverseIndex
-
Packages that use PackReverseIndex Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of PackReverseIndex in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as PackReverseIndex Modifier and Type Field Description private PackReverseIndex
DfsPackFile. reverseIndex
Reverse version ofDfsPackFile.index
mapping position toObjectId
.Methods in org.eclipse.jgit.internal.storage.dfs that return PackReverseIndex Modifier and Type Method Description (package private) PackReverseIndex
DfsPackFile. getReverseIdx(DfsReader ctx)
Methods in org.eclipse.jgit.internal.storage.dfs that return types with arguments of type PackReverseIndex Modifier and Type Method Description private DfsBlockCache.Ref<PackReverseIndex>
DfsPackFile. loadReverseIdx(DfsStreamKey revKey, PackIndex idx)
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackReverseIndex Modifier and Type Method Description private 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 PackReverseIndex Modifier and Type Field Description private PackReverseIndex
Pack. reverseIdx
private PackReverseIndex
PackBitmapIndexV1. reverseIndex
Methods in org.eclipse.jgit.internal.storage.file that return PackReverseIndex Modifier and Type Method Description private PackReverseIndex
Pack. getReverseIdx()
Methods in org.eclipse.jgit.internal.storage.file with parameters of type PackReverseIndex Modifier and Type Method Description static PackBitmapIndex
PackBitmapIndex. open(java.io.File idxFile, PackIndex packIndex, PackReverseIndex reverseIndex)
Read an existing pack bitmap index file from a buffered stream.static PackBitmapIndex
PackBitmapIndex. read(java.io.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 PackReverseIndex Constructor Description PackBitmapIndexV1(java.io.InputStream fd, PackIndex packIndex, PackReverseIndex reverseIndex)
-