Interface | Description |
---|---|
Translog | |
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.
|
TranslogStream |
A translog stream that will read and write operations in the
version-specific format
|
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 |
ChecksummedTranslogStream |
Version 1 of the translog file format.
|
LegacyTranslogStream |
Version 0 of the translog format, there is no header in this file
|
Translog.Create | |
Translog.Delete | |
Translog.DeleteByQuery | |
Translog.Index | |
Translog.Location | |
Translog.Source | |
TranslogModule | |
TranslogModule.TranslogSettings | |
TranslogService | |
TranslogStats | |
TranslogStreams |
Encapsulating class used for operating on translog streams.
|
Enum | Description |
---|---|
Translog.Operation.Type |
Exception | Description |
---|---|
TranslogCorruptedException | |
TranslogException | |
TruncatedTranslogException |
Copyright © 2009–2015. All rights reserved.