Uses of Class
org.elasticsearch.action.admin.indices.flush.FlushRequest
-
Packages that use FlushRequest Package Description org.elasticsearch.action.admin.indices.flush org.elasticsearch.client org.elasticsearch.index.shard -
-
Uses of FlushRequest in org.elasticsearch.action.admin.indices.flush
Methods in org.elasticsearch.action.admin.indices.flush that return FlushRequest Modifier and Type Method Description FlushRequestFlushRequest. force(boolean force)Force flushing, even if one is possibly not needed.FlushRequestFlushRequest. waitIfOngoing(boolean waitIfOngoing)if set totruethe flush will block if a another flush operation is already running until the flush can be performed.Methods in org.elasticsearch.action.admin.indices.flush with parameters of type FlushRequest Modifier and Type Method Description protected ShardFlushRequestTransportFlushAction. newShardRequest(FlushRequest request, ShardId shardId)Constructors in org.elasticsearch.action.admin.indices.flush with parameters of type FlushRequest Constructor Description ShardFlushRequest(FlushRequest request, ShardId shardId) -
Uses of FlushRequest in org.elasticsearch.client
Methods in org.elasticsearch.client that return FlushRequest Modifier and Type Method Description static FlushRequestRequests. flushRequest(String... indices)Creates a flush indices request.Methods in org.elasticsearch.client with parameters of type FlushRequest Modifier and Type Method Description ActionFuture<FlushResponse>IndicesAdminClient. flush(FlushRequest request)Explicitly flush one or more indices (releasing memory from the node).voidIndicesAdminClient. flush(FlushRequest request, ActionListener<FlushResponse> listener)Explicitly flush one or more indices (releasing memory from the node).FlushResponseIndicesClient. flush(FlushRequest flushRequest, RequestOptions options)Flush one or more indices using the Flush API.CancellableIndicesClient. flushAsync(FlushRequest flushRequest, RequestOptions options, ActionListener<FlushResponse> listener)Asynchronously flush one or more indices using the Flush API. -
Uses of FlushRequest in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard with parameters of type FlushRequest Modifier and Type Method Description Engine.CommitIdIndexShard. flush(FlushRequest request)Executes the given flush request against the engine.
-