Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.reftable | |
org.eclipse.jgit.pgm.debug |
Class and Description |
---|
MergedReftable
Merges multiple reference tables together.
|
Reftable
Abstract table of references.
|
ReftableCompactor
Merges reftables and compacts them into a single output.
|
ReftableConfig
Configuration used by a reftable writer when constructing the stream.
|
ReftableReader
Reads a reftable formatted file.
|
ReftableWriter
Writes a reftable formatted file.
|
ReftableWriter.Stats
Statistics about a written reftable.
|
Class and Description |
---|
BlockReader
Reads a single block for
ReftableReader . |
BlockSizeTooSmallException
Thrown if
ReftableWriter
cannot fit a reference. |
BlockWriter
Formats and writes blocks for
ReftableWriter . |
BlockWriter.Entry |
BlockWriter.IndexEntry |
LogCursor
Iterator over logs inside a
Reftable . |
MergedReftable
Merges multiple reference tables together.
|
MergedReftable.LogQueueEntry |
MergedReftable.RefQueueEntry |
RefCursor
Iterator over references inside a
Reftable . |
Reftable
Abstract table of references.
|
ReftableCompactor
Merges reftables and compacts them into a single output.
|
ReftableConfig
Configuration used by a reftable writer when constructing the stream.
|
ReftableOutputStream
Wrapper to assist formatting a reftable to an
OutputStream . |
ReftableReader
Reads a reftable formatted file.
|
ReftableWriter
Writes a reftable formatted file.
|
ReftableWriter.IndexBuilder |
ReftableWriter.RefList |
ReftableWriter.Section |
ReftableWriter.Stats
Statistics about a written reftable.
|
Class and Description |
---|
RefCursor
Iterator over references inside a
Reftable . |
ReftableReader
Reads a reftable formatted file.
|