| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
| org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
| Modifier and Type | Field and Description |
|---|---|
private DfsBlockCache.Ref<PackReverseIndex> |
DfsPackFile.reverseIndex
Reverse version of
DfsPackFile.index mapping position to ObjectId. |
| Modifier and Type | Method and Description |
|---|---|
(package private) PackReverseIndex |
DfsPackFile.getReverseIdx(DfsReader ctx) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
DfsPackFile.representation(DfsObjectRepresentation r,
long pos,
DfsReader ctx,
PackReverseIndex rev) |
| Modifier and Type | Field and Description |
|---|---|
private PackReverseIndex |
PackFile.reverseIdx |
private PackReverseIndex |
PackBitmapIndexV1.reverseIndex |
| Modifier and Type | Method and Description |
|---|---|
private PackReverseIndex |
PackFile.getReverseIdx() |
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
PackBitmapIndexV1(java.io.InputStream fd,
PackIndex packIndex,
PackReverseIndex reverseIndex) |