| Class | Description |
|---|---|
| LogCursor |
Iterator over logs inside a
Reftable. |
| MergedReftable |
Merges multiple reference tables together.
|
| 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.
|
| ReftableReader |
Reads a reftable formatted file.
|
| ReftableWriter |
Writes a reftable formatted file.
|
| ReftableWriter.Stats |
Statistics about a written reftable.
|
| Exception | Description |
|---|---|
| BlockSizeTooSmallException |
Thrown if
ReftableWriter
cannot fit a reference. |
Copyright © 2018 Eclipse JGit Project. All rights reserved.