Uses of Class
org.elasticsearch.index.translog.Translog.Location

Packages that use Translog.Location
org.elasticsearch.index.translog   
org.elasticsearch.index.translog.fs   
 

Uses of Translog.Location in org.elasticsearch.index.translog
 

Methods in org.elasticsearch.index.translog that return Translog.Location
 Translog.Location Translog.add(Translog.Operation operation)
          Adds a create operation to the transaction log.
 

Methods in org.elasticsearch.index.translog with parameters of type Translog.Location
 byte[] Translog.read(Translog.Location location)
           
 

Uses of Translog.Location in org.elasticsearch.index.translog.fs
 

Methods in org.elasticsearch.index.translog.fs that return Translog.Location
 Translog.Location FsTranslogFile.add(byte[] data, int from, int size)
           
 Translog.Location BufferingFsTranslogFile.add(byte[] data, int from, int size)
           
 Translog.Location SimpleFsTranslogFile.add(byte[] data, int from, int size)
           
 Translog.Location FsTranslog.add(Translog.Operation operation)
           
 

Methods in org.elasticsearch.index.translog.fs with parameters of type Translog.Location
 byte[] FsTranslog.read(Translog.Location location)
           
 byte[] FsTranslogFile.read(Translog.Location location)
           
 byte[] BufferingFsTranslogFile.read(Translog.Location location)
           
 byte[] SimpleFsTranslogFile.read(Translog.Location location)
           
 



Copyright © 2009-2012. All Rights Reserved.