| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
| Modifier and Type | Field and Description |
|---|---|
private DfsBlockCache |
DfsPackParser.blockCache
Cache the chunks were stored into or get read back from.
|
(package private) DfsBlockCache |
BlockBasedFile.cache
Cache that owns this file and its data.
|
private static DfsBlockCache |
DfsBlockCache.cache |
(package private) DfsBlockCache |
DfsInserter.cache |
private DfsBlockCache |
DfsReftable.CacheSource.cache |
| Modifier and Type | Method and Description |
|---|---|
static DfsBlockCache |
DfsBlockCache.getInstance()
Get the currently active DfsBlockCache.
|
| Constructor and Description |
|---|
BlockBasedFile(DfsBlockCache cache,
DfsPackDescription desc,
PackExt ext) |
CacheSource(DfsReftable file,
DfsBlockCache cache,
DfsReader ctx) |
DfsPackFile(DfsBlockCache cache,
DfsPackDescription desc)
Construct a reader for an existing, packfile.
|
DfsReftable(DfsBlockCache cache,
DfsPackDescription desc)
Construct a reader for an existing reftable.
|