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 PackReverseIndexDfsPackFile. reverseIndexReverse version ofDfsPackFile.indexmapping position toObjectId.Methods in org.eclipse.jgit.internal.storage.dfs that return PackReverseIndex Modifier and Type Method Description (package private) PackReverseIndexDfsPackFile. 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) 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 PackReverseIndex Modifier and Type Field Description private PackReverseIndexPack. reverseIdxprivate PackReverseIndexPackBitmapIndexV1. reverseIndexMethods in org.eclipse.jgit.internal.storage.file that return PackReverseIndex Modifier and Type Method Description private PackReverseIndexPack. getReverseIdx()Methods in org.eclipse.jgit.internal.storage.file with parameters of type PackReverseIndex Modifier and Type Method Description static PackBitmapIndexPackBitmapIndex. open(java.io.File idxFile, PackIndex packIndex, PackReverseIndex reverseIndex)Read an existing pack bitmap index file from a buffered stream.static PackBitmapIndexPackBitmapIndex. 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)
-