Uses of Interface
org.elasticsearch.index.translog.fs.FsTranslogFile

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

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

Classes in org.elasticsearch.index.translog.fs that implement FsTranslogFile
 class BufferingFsTranslogFile
           
 class SimpleFsTranslogFile
           
 

Methods in org.elasticsearch.index.translog.fs that return FsTranslogFile
abstract  FsTranslogFile FsTranslogFile.Type.create(ShardId shardId, long id, RafReference raf, int bufferSize)
           
 

Methods in org.elasticsearch.index.translog.fs with parameters of type FsTranslogFile
 void FsTranslogFile.reuse(FsTranslogFile other)
           
 void BufferingFsTranslogFile.reuse(FsTranslogFile other)
           
 void SimpleFsTranslogFile.reuse(FsTranslogFile other)
           
 



Copyright © 2009-2012. All Rights Reserved.