Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.internal.storage.reftable |
Modifier and Type | Method and Description |
---|---|
void |
FileReftableStack.Writer.call(ReftableWriter w)
Write data to reftable
|
Modifier and Type | Method and Description |
---|---|
ReftableWriter |
ReftableWriter.begin()
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(Collection<Ref> refsToPack)
Sort a collection of references and write them to the reftable.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ReftableBatchRefUpdate.write(ReftableWriter writer,
List<Ref> newRefs,
List<ReceiveCommand> pending)
Writes the refs to the writer, and calls finish.
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.