Uses of Class
org.elasticsearch.index.deletionpolicy.SnapshotIndexCommit

Packages that use SnapshotIndexCommit
org.elasticsearch.index.deletionpolicy   
org.elasticsearch.index.engine   
org.elasticsearch.index.gateway   
 

Uses of SnapshotIndexCommit in org.elasticsearch.index.deletionpolicy
 

Methods in org.elasticsearch.index.deletionpolicy that return SnapshotIndexCommit
 SnapshotIndexCommit SnapshotDeletionPolicy.snapshot()
          Returns a snapshot of the index (for the last commit point).
 

Methods in org.elasticsearch.index.deletionpolicy that return types with arguments of type SnapshotIndexCommit
 Iterator<SnapshotIndexCommit> SnapshotIndexCommits.iterator()
           
 

Constructor parameters in org.elasticsearch.index.deletionpolicy with type arguments of type SnapshotIndexCommit
SnapshotIndexCommits(List<SnapshotIndexCommit> commits)
           
 

Uses of SnapshotIndexCommit in org.elasticsearch.index.engine
 

Methods in org.elasticsearch.index.engine with parameters of type SnapshotIndexCommit
 void Engine.RecoveryHandler.phase1(SnapshotIndexCommit snapshot)
           
 T Engine.SnapshotHandler.snapshot(SnapshotIndexCommit snapshotIndexCommit, Translog.Snapshot translogSnapshot)
           
 

Uses of SnapshotIndexCommit in org.elasticsearch.index.gateway
 

Methods in org.elasticsearch.index.gateway that return SnapshotIndexCommit
 SnapshotIndexCommit IndexShardGateway.Snapshot.indexCommit()
           
 

Constructors in org.elasticsearch.index.gateway with parameters of type SnapshotIndexCommit
IndexShardGateway.Snapshot(SnapshotIndexCommit indexCommit, Translog.Snapshot translogSnapshot, long lastIndexVersion, long lastTranslogId, long lastTranslogLength, int lastTotalTranslogOperations)
           
 



Copyright © 2009-2012. All Rights Reserved.