| 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 |
|---|---|
| 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 |
| BufferingTranslogWriter | |
| ImmutableTranslogReader |
a translog reader which is fixed in length
|
| LegacyTranslogReader | Deprecated |
| Translog |
A Translog is a per index shard component that records all non-committed index operations in a durable manner.
|
| Translog.Create | |
| Translog.Delete | |
| Translog.DeleteByQuery | Deprecated
Delete-by-query is removed in 2.0, but we keep this so translog can replay on upgrade.
|
| Translog.Index | |
| Translog.Location | |
| Translog.Source | |
| Translog.TranslogGeneration |
References a transaction log generation
|
| Translog.View |
a view into the translog, capturing all translog file at the moment of creation
and updated with any future translog.
|
| TranslogConfig | |
| TranslogReader |
A base class for all classes that allows reading ops from translog files
|
| TranslogService | |
| TranslogStats | |
| TranslogWriter |
| Enum | Description |
|---|---|
| Translog.Durabilty | |
| Translog.Operation.Type | |
| TranslogWriter.Type |
| Exception | Description |
|---|---|
| TranslogCorruptedException | |
| TranslogException | |
| TruncatedTranslogException |
Copyright © 2009–2017. All rights reserved.