Uses of Class
org.elasticsearch.index.engine.Engine.CommitId
-
Packages that use Engine.CommitId Package Description org.elasticsearch.index.engine org.elasticsearch.index.shard org.elasticsearch.indices.flush -
-
Uses of Engine.CommitId in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine that return Engine.CommitId Modifier and Type Method Description Engine.CommitIdEngine. flush()Flushes the state of the engine including the transaction log, clearing memory and persisting documents in the lucene index to disk including a potentially heavy and durable fsync operation.abstract Engine.CommitIdEngine. flush(boolean force, boolean waitIfOngoing)Flushes the state of the engine including the transaction log, clearing memory.Engine.CommitIdInternalEngine. flush(boolean force, boolean waitIfOngoing)Engine.CommitIdReadOnlyEngine. flush(boolean force, boolean waitIfOngoing)Engine.CommitIdCommitStats. getRawCommitId()A raw version of the commit id (seeSegmentInfos.getId()Methods in org.elasticsearch.index.engine with parameters of type Engine.CommitId 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) -
Uses of Engine.CommitId in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard that return Engine.CommitId Modifier and Type Method Description Engine.CommitIdIndexShard. flush(FlushRequest request)Executes the given flush request against the engine.Methods in org.elasticsearch.index.shard with parameters of type Engine.CommitId Modifier and Type Method Description Engine.SyncedFlushResultIndexShard. syncFlush(String syncId, Engine.CommitId expectedCommitId) -
Uses of Engine.CommitId in org.elasticsearch.indices.flush
Methods in org.elasticsearch.indices.flush that return Engine.CommitId Modifier and Type Method Description Engine.CommitIdSyncedFlushService.ShardSyncedFlushRequest. expectedCommitId()Constructors in org.elasticsearch.indices.flush with parameters of type Engine.CommitId Constructor Description ShardSyncedFlushRequest(ShardId shardId, String syncId, Engine.CommitId expectedCommitId)
-