Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.reftable |
Modifier and Type | Method and Description |
---|---|
private void |
ReftableBatchRefUpdate.writeLog(ReftableWriter writer,
long updateIndex,
java.util.List<ReceiveCommand> pending) |
Modifier and Type | Field and Description |
---|---|
private ReftableWriter |
ReftableCompactor.writer |
Modifier and Type | Method and Description |
---|---|
ReftableWriter |
ReftableWriter.begin(java.io.OutputStream os)
Begin writing the reftable.
|
ReftableWriter |
ReftableWriter.finish()
Finish writing the reftable by writing its trailer.
|
ReftableWriter |
ReftableWriter.setConfig(ReftableConfig cfg)
Set configuration for the writer.
|
ReftableWriter |
ReftableWriter.setMaxUpdateIndex(long max)
Set the maximum update index for log entries that appear in this
reftable.
|
ReftableWriter |
ReftableWriter.setMinUpdateIndex(long min)
Set the minimum update index for log entries that appear in this
reftable.
|
ReftableWriter |
ReftableWriter.sortAndWriteRefs(java.util.Collection<Ref> refsToPack)
Sort a collection of references and write them to the reftable.
|
Constructor and Description |
---|
Stats(ReftableWriter w,
ReftableOutputStream o) |