Uses of Class
org.elasticsearch.action.admin.indices.flush.SyncedFlushRequest
-
Packages that use SyncedFlushRequest Package Description org.elasticsearch.action.admin.indices.flush org.elasticsearch.client -
-
Uses of SyncedFlushRequest in org.elasticsearch.action.admin.indices.flush
Methods in org.elasticsearch.action.admin.indices.flush with parameters of type SyncedFlushRequest Modifier and Type Method Description protected voidTransportSyncedFlushAction. doExecute(Task task, SyncedFlushRequest request, ActionListener<SyncedFlushResponse> listener) -
Uses of SyncedFlushRequest in org.elasticsearch.client
Methods in org.elasticsearch.client that return SyncedFlushRequest Modifier and Type Method Description static SyncedFlushRequestRequests. syncedFlushRequest(String... indices)Creates a synced flush indices request.Methods in org.elasticsearch.client with parameters of type SyncedFlushRequest Modifier and Type Method Description SyncedFlushResponseIndicesClient. flushSynced(SyncedFlushRequest syncedFlushRequest, RequestOptions options)Initiate a synced flush manually using the synced flush API.CancellableIndicesClient. flushSyncedAsync(SyncedFlushRequest syncedFlushRequest, RequestOptions options, ActionListener<SyncedFlushResponse> listener)Asynchronously initiate a synced flush manually using the synced flush API.ActionFuture<SyncedFlushResponse>IndicesAdminClient. syncedFlush(SyncedFlushRequest request)Explicitly sync flush one or more indices (write sync id to shards for faster recovery).voidIndicesAdminClient. syncedFlush(SyncedFlushRequest request, ActionListener<SyncedFlushResponse> listener)Explicitly sync flush one or more indices (write sync id to shards for faster recovery).
-