Package | Description |
---|---|
org.eclipse.jgit.internal.fsck |
Git fsck support.
|
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 | Method and Description |
---|---|
void |
FsckPackParser.verifyIndex(PackIndex idx)
Verify the existing index file with all objects from the pack.
|
Modifier and Type | Method and Description |
---|---|
PackIndex |
DfsPackFile.getPackIndex(DfsReader ctx)
Get the PackIndex for this PackFile.
|
Modifier and Type | Method and Description |
---|---|
PackIndex |
PackFile.getIndex()
Get the index for this pack file.
|
static PackIndex |
PackIndex.open(File idxFile)
Open an existing pack
.idx file for reading. |
static PackIndex |
PackIndex.read(InputStream fd)
Read an existing pack index file from a buffered stream.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Constructor and Description |
---|
PackReverseIndex(PackIndex packIndex)
Create reverse index from straight/forward pack index, by indexing all
its entries.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.