Uses of Class
org.eclipse.jgit.internal.storage.reftable.ReftableWriter
-
Packages that use ReftableWriter Package Description org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.internal.storage.reftable -
-
Uses of ReftableWriter in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file with parameters of type ReftableWriter Modifier and Type Method Description void
FileReftableStack.Writer. call(ReftableWriter w)
Write data to reftable -
Uses of ReftableWriter in org.eclipse.jgit.internal.storage.reftable
Methods in org.eclipse.jgit.internal.storage.reftable that return ReftableWriter Modifier and Type Method 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.Methods in org.eclipse.jgit.internal.storage.reftable with parameters of type ReftableWriter Modifier and Type Method Description protected void
ReftableBatchRefUpdate. write(ReftableWriter writer, List<Ref> newRefs, List<ReceiveCommand> pending)
Writes the refs to the writer, and calls finish.
-