| Interface | Description |
|---|---|
| Translog.Operation |
A generic interface representing an operation performed on the transaction log.
|
| Translog.Snapshot |
A snapshot of the transaction log, allows to iterate over all the transaction log operations.
|
| Class | Description |
|---|---|
| BaseTranslogReader |
A base class for all classes that allows reading ops from translog files
|
| BufferedChecksumStreamInput |
Similar to Lucene's BufferedChecksumIndexInput, however this wraps a
StreamInput so anything read will update the checksum |
| BufferedChecksumStreamOutput |
Similar to Lucene's BufferedChecksumIndexOutput, however this wraps a
StreamOutput so anything written will update the checksum |
| Translog |
A Translog is a per index shard component that records all non-committed index operations in a durable manner.
|
| Translog.Delete | |
| Translog.Index | |
| Translog.Location | |
| Translog.Source | |
| Translog.TranslogGeneration |
References a transaction log generation
|
| TranslogConfig | |
| TranslogReader |
an immutable translog filereader
|
| TranslogStats | |
| TranslogToolCli |
Class encapsulating and dispatching commands from the
elasticsearch-translog command line tool |
| TranslogWriter | |
| TruncateTranslogCommand |
| Enum | Description |
|---|---|
| Translog.Durability | |
| Translog.Operation.Type |
| Exception | Description |
|---|---|
| TranslogCorruptedException | |
| TranslogException | |
| TruncatedTranslogException |