Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
Modifier and Type | Class and Description |
---|---|
private static class |
BlockBasedFile.LazyChannel
A supplier of readable channel that opens the channel lazily.
|
Modifier and Type | Method and Description |
---|---|
(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.
|