Module org.eclipse.jgit
Package org.eclipse.jgit.internal.storage.reftable
-
Class Summary Class Description LogCursor Iterator over logs inside aReftable.MergedReftable Merges multiple reference tables together.RefCursor Iterator over references inside aReftable.Reftable Abstract table of references.ReftableBatchRefUpdate BatchRefUpdatefor Reftable based RefDatabase.ReftableCompactor Merges reftables and compacts them into a single output.ReftableConfig Configuration used by a reftable writer when constructing the stream.ReftableDatabase Operations onMergedReftablethat is common to various reftable-using subclasses ofRefDatabase.ReftableReader Reads a reftable formatted file.ReftableReflogReader Implement the ReflogReader interface for a reflog stored in reftable.ReftableWriter Writes a reftable formatted file.ReftableWriter.Stats Statistics about a written reftable. -
Exception Summary Exception Description BlockSizeTooSmallException Thrown ifReftableWritercannot fit a reference.