Uses of Class
org.elasticsearch.index.engine.Engine.SyncedFlushResult
-
Packages that use Engine.SyncedFlushResult Package Description org.elasticsearch.index.engine org.elasticsearch.index.shard -
-
Uses of Engine.SyncedFlushResult in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine that return Engine.SyncedFlushResult Modifier and Type Method Description abstract Engine.SyncedFlushResultEngine. syncFlush(String syncId, Engine.CommitId expectedCommitId)Attempts to do a special commit where the given syncID is put into the commit data.Engine.SyncedFlushResultInternalEngine. syncFlush(String syncId, Engine.CommitId expectedCommitId)Engine.SyncedFlushResultReadOnlyEngine. syncFlush(String syncId, Engine.CommitId expectedCommitId)static Engine.SyncedFlushResultEngine.SyncedFlushResult. valueOf(String name)Returns the enum constant of this type with the specified name.static Engine.SyncedFlushResult[]Engine.SyncedFlushResult. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Engine.SyncedFlushResult in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard that return Engine.SyncedFlushResult Modifier and Type Method Description Engine.SyncedFlushResultIndexShard. syncFlush(String syncId, Engine.CommitId expectedCommitId)
-