Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
Modifier and Type | Class and Description |
---|---|
private static class |
InMemoryRepository.Out |
Modifier and Type | Field and Description |
---|---|
private DfsOutputStream |
DfsInserter.PackStream.out |
private DfsOutputStream |
DfsPackParser.out
Stream to the DFS storage, opened during
DfsPackParser.onPackHeader(long) . |
Modifier and Type | Method and Description |
---|---|
protected abstract DfsOutputStream |
DfsObjDatabase.writeFile(DfsPackDescription desc,
PackExt ext)
Open a pack, pack index, or other related file for writing.
|
protected DfsOutputStream |
InMemoryRepository.MemObjDatabase.writeFile(DfsPackDescription desc,
PackExt ext) |
Modifier and Type | Method and Description |
---|---|
(package private) static ReftableConfig |
DfsPackCompactor.configureReftable(ReftableConfig cfg,
DfsOutputStream out) |
Constructor and Description |
---|
PackStream(DfsOutputStream out) |