Uses of Class
org.elasticsearch.action.admin.indices.flush.FlushResponse
-
Packages that use FlushResponse Package Description org.elasticsearch.action.admin.indices.flush org.elasticsearch.client -
-
Uses of FlushResponse in org.elasticsearch.action.admin.indices.flush
Methods in org.elasticsearch.action.admin.indices.flush that return FlushResponse Modifier and Type Method Description static FlushResponseFlushResponse. fromXContent(XContentParser parser)protected FlushResponseTransportFlushAction. newResponse(int successfulShards, int failedShards, int totalNumCopies, List<DefaultShardOperationFailedException> shardFailures) -
Uses of FlushResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return FlushResponse Modifier and Type Method Description FlushResponseIndicesClient. flush(FlushRequest flushRequest, RequestOptions options)Flush one or more indices using the Flush API.Methods in org.elasticsearch.client that return types with arguments of type FlushResponse Modifier and Type Method Description ActionFuture<FlushResponse>IndicesAdminClient. flush(FlushRequest request)Explicitly flush one or more indices (releasing memory from the node).Method parameters in org.elasticsearch.client with type arguments of type FlushResponse Modifier and Type Method Description voidIndicesAdminClient. flush(FlushRequest request, ActionListener<FlushResponse> listener)Explicitly flush one or more indices (releasing memory from the node).CancellableIndicesClient. flushAsync(FlushRequest flushRequest, RequestOptions options, ActionListener<FlushResponse> listener)Asynchronously flush one or more indices using the Flush API.
-