Package org.elasticsearch.index.translog

Interface Summary
Translog  
Translog.Operation A generic interface representing an operation perfomed on the transaction log.
Translog.Snapshot A snapshot of the transaction log, allows to iterate over all the transaction log operations.
 

Class Summary
Translog.Create  
Translog.Delete  
Translog.DeleteByQuery  
Translog.Index  
TranslogModule  
TranslogModule.TranslogSettings  
TranslogStreams  
 

Enum Summary
Translog.Operation.Type  
 

Exception Summary
TranslogException