Uses of Class
org.elasticsearch.index.engine.Engine.IndexCommitRef
-
Packages that use Engine.IndexCommitRef Package Description org.elasticsearch.index.engine org.elasticsearch.index.shard -
-
Uses of Engine.IndexCommitRef in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine that return Engine.IndexCommitRef Modifier and Type Method Description abstract Engine.IndexCommitRefEngine. acquireLastIndexCommit(boolean flushFirst)Snapshots the most recent index and returns a handle to it.Engine.IndexCommitRefInternalEngine. acquireLastIndexCommit(boolean flushFirst)Engine.IndexCommitRefReadOnlyEngine. acquireLastIndexCommit(boolean flushFirst)abstract Engine.IndexCommitRefEngine. acquireSafeIndexCommit()Snapshots the most recent safe index commit from the engine.Engine.IndexCommitRefInternalEngine. acquireSafeIndexCommit()Engine.IndexCommitRefReadOnlyEngine. acquireSafeIndexCommit() -
Uses of Engine.IndexCommitRef in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard that return Engine.IndexCommitRef Modifier and Type Method Description Engine.IndexCommitRefIndexShard. acquireLastIndexCommit(boolean flushFirst)Creates a newIndexCommitsnapshot from the currently running engine.Engine.IndexCommitRefIndexShard. acquireSafeIndexCommit()Snapshots the most recent safe index commit from the currently running engine.
-