Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
Modifier and Type | Class and Description |
---|---|
class |
DfsPackFile
A Git version 2 pack file representation.
|
class |
DfsReftable
A reftable stored in
DfsBlockCache . |
Modifier and Type | Method and Description |
---|---|
(package private) int |
DfsReader.copy(BlockBasedFile file,
long position,
byte[] dstbuf,
int dstoff,
int cnt)
Copy bytes from the window to a caller supplied buffer.
|
(package private) DfsBlock |
DfsBlockCache.getOrLoad(BlockBasedFile file,
long position,
DfsReader ctx,
DfsBlockCache.ReadableChannelSupplier fileChannel)
Look up a cached object, creating and loading it if it doesn't exist.
|
(package private) void |
DfsReader.pin(BlockBasedFile file,
long position) |