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 voidFileReftableStack.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 ReftableWriterReftableWriter. begin()Begin writing the reftable.ReftableWriterReftableWriter. finish()Finish writing the reftable by writing its trailer.ReftableWriterReftableWriter. setConfig(ReftableConfig cfg)Set configuration for the writer.ReftableWriterReftableWriter. setMaxUpdateIndex(long max)Set the maximum update index for log entries that appear in this reftable.ReftableWriterReftableWriter. setMinUpdateIndex(long min)Set the minimum update index for log entries that appear in this reftable.ReftableWriterReftableWriter. 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 voidReftableBatchRefUpdate. write(ReftableWriter writer, List<Ref> newRefs, List<ReceiveCommand> pending)Writes the refs to the writer, and calls finish.
-