Uses of Class
org.elasticsearch.index.translog.TranslogException

Packages that use TranslogException
org.elasticsearch.index.translog   
org.elasticsearch.index.translog.fs   
 

Uses of TranslogException in org.elasticsearch.index.translog
 

Methods in org.elasticsearch.index.translog that throw TranslogException
 Translog.Location Translog.add(Translog.Operation operation)
          Adds a create operation to the transaction log.
 void Translog.newTransientTranslog(long id)
          Creates a new transient translog, where added ops will be added to the current one, and to it.
 void Translog.newTranslog(long id)
          Creates a new transaction log internally.
 Translog.Snapshot Translog.snapshot()
          Snapshots the current transaction log allowing to safely iterate over the snapshot.
 

Uses of TranslogException in org.elasticsearch.index.translog.fs
 

Methods in org.elasticsearch.index.translog.fs that throw TranslogException
 Translog.Location FsTranslog.add(Translog.Operation operation)
           
 void FsTranslogFile.close(boolean delete)
           
 void FsTranslog.newTransientTranslog(long id)
           
 void FsTranslog.newTranslog(long id)
           
 void FsTranslogFile.reuse(FsTranslogFile other)
           
 FsChannelSnapshot FsTranslog.snapshot()
           
 FsChannelSnapshot FsTranslogFile.snapshot()
           
 FsChannelSnapshot BufferingFsTranslogFile.snapshot()
           
 FsChannelSnapshot SimpleFsTranslogFile.snapshot()
          Returns a snapshot on this file, null if it failed to snapshot.
 



Copyright © 2009-2012. All Rights Reserved.