Package | Description |
---|---|
org.eclipse.jgit.internal.fsck |
Git fsck support.
|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
Modifier and Type | Field and Description |
---|---|
private ReadableChannel |
FsckPackParser.channel |
Constructor and Description |
---|
FsckPackParser(ObjectDatabase db,
ReadableChannel channel)
Constructor for FsckPackParser
|
Modifier and Type | Class and Description |
---|---|
private static class |
InMemoryRepository.ByteArrayReadableChannel |
Modifier and Type | Field and Description |
---|---|
private ReadableChannel |
DfsReftable.CacheSource.ch |
private ReadableChannel |
BlockBasedFile.LazyChannel.rc |
Modifier and Type | Method and Description |
---|---|
ReadableChannel |
BlockBasedFile.LazyChannel.get() |
ReadableChannel |
DfsBlockCache.ReadableChannelSupplier.get() |
private ReadableChannel |
DfsReftable.CacheSource.open() |
protected ReadableChannel |
InMemoryRepository.MemObjDatabase.openFile(DfsPackDescription desc,
PackExt ext) |
protected abstract ReadableChannel |
DfsObjDatabase.openFile(DfsPackDescription desc,
PackExt ext)
Open a pack, pack index, or other related file for reading.
|
Modifier and Type | Method and Description |
---|---|
(package private) int |
BlockBasedFile.blockSize(ReadableChannel rc) |
private long |
DfsPackFile.copyPackBypassCache(PackOutputStream out,
ReadableChannel rc) |
private void |
DfsPackFile.copyPackThroughCache(PackOutputStream out,
DfsReader ctx,
ReadableChannel rc) |
private java.nio.ByteBuffer |
DfsPackFile.newCopyBuffer(PackOutputStream out,
ReadableChannel rc) |
(package private) static int |
BlockBasedFile.read(ReadableChannel rc,
java.nio.ByteBuffer buf) |
(package private) DfsBlock |
BlockBasedFile.readOneBlock(long pos,
DfsReader ctx,
ReadableChannel rc) |
private void |
DfsFsck.verifyPack(ProgressMonitor pm,
FsckError errors,
DfsReader ctx,
DfsPackFile pack,
ReadableChannel ch) |