Toggle navigation
JarYard
Browse
Search
About
Groups
org.elasticsearch
elasticsearch
1.7.1
Javadoc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Search
Package
org
.
elasticsearch
.
index
.
translog
Package Summary
Package
Description
org
.elasticsearch
.index
.translog
.fs
Interface Summary
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 Summary
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 Summary
Enum
Description
Translog
.Operation
.Type
Exception Summary
Exception
Description
TranslogCorruptedException
TranslogException
TruncatedTranslogException