org.elasticsearch.index.engine
Interface Engine.SnapshotHandler<T>

Enclosing interface:
Engine

public static interface Engine.SnapshotHandler<T>


Method Summary
 T snapshot(SnapshotIndexCommit snapshotIndexCommit, Translog.Snapshot translogSnapshot)
           
 

Method Detail

snapshot

T snapshot(SnapshotIndexCommit snapshotIndexCommit,
           Translog.Snapshot translogSnapshot)
           throws EngineException
Throws:
EngineException


Copyright © 2009-2012. All Rights Reserved.