Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.internal.storage.reftable |
Modifier and Type | Field and Description |
---|---|
private ReftableConfig |
DfsGarbageCollector.reftableConfig |
private ReftableConfig |
DfsPackCompactor.reftableConfig |
Modifier and Type | Method and Description |
---|---|
(package private) static ReftableConfig |
DfsPackCompactor.configureReftable(ReftableConfig cfg,
DfsOutputStream out) |
ReftableConfig |
InMemoryRepository.MemRefDatabase.getReftableConfig() |
ReftableConfig |
DfsReftableDatabase.getReftableConfig()
Get configuration to write new reftables with.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
DfsReftableBatchRefUpdate.canCompactTopOfStack(ReftableConfig cfg) |
private ReftableWriter.Stats |
DfsReftableBatchRefUpdate.compactTopOfStack(java.io.OutputStream out,
ReftableConfig cfg,
byte[] newTable) |
(package private) static ReftableConfig |
DfsPackCompactor.configureReftable(ReftableConfig cfg,
DfsOutputStream out) |
DfsGarbageCollector |
DfsGarbageCollector.setReftableConfig(ReftableConfig cfg)
Set configuration to write a reftable.
|
DfsPackCompactor |
DfsPackCompactor.setReftableConfig(ReftableConfig cfg)
Set configuration to write a reftable.
|
Modifier and Type | Method and Description |
---|---|
private ReftableConfig |
FileReftableStack.reftableConfig() |
Modifier and Type | Field and Description |
---|---|
private ReftableConfig |
ReftableWriter.config |
Modifier and Type | Method and Description |
---|---|
ReftableWriter |
ReftableWriter.setConfig(ReftableConfig cfg)
Set configuration for the writer.
|
ReftableCompactor |
ReftableCompactor.setConfig(ReftableConfig cfg)
Set configuration for the reftable.
|
Constructor and Description |
---|
ReftableConfig(ReftableConfig cfg)
Copy an existing configuration to a new instance.
|
ReftableWriter(ReftableConfig cfg,
java.io.OutputStream os)
Initialize a writer with a configuration.
|