Uses of Class
org.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
-
Packages that use SyncedFlushResponse Package Description org.elasticsearch.action.admin.indices.flush org.elasticsearch.client org.elasticsearch.indices.flush -
-
Uses of SyncedFlushResponse in org.elasticsearch.action.admin.indices.flush
Method parameters in org.elasticsearch.action.admin.indices.flush with type arguments of type SyncedFlushResponse Modifier and Type Method Description protected voidTransportSyncedFlushAction. doExecute(Task task, SyncedFlushRequest request, ActionListener<SyncedFlushResponse> listener) -
Uses of SyncedFlushResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return types with arguments of type SyncedFlushResponse Modifier and Type Method Description ActionFuture<SyncedFlushResponse>IndicesAdminClient. syncedFlush(SyncedFlushRequest request)Explicitly sync flush one or more indices (write sync id to shards for faster recovery).Method parameters in org.elasticsearch.client with type arguments of type SyncedFlushResponse Modifier and Type Method Description voidIndicesAdminClient. syncedFlush(SyncedFlushRequest request, ActionListener<SyncedFlushResponse> listener)Explicitly sync flush one or more indices (write sync id to shards for faster recovery). -
Uses of SyncedFlushResponse in org.elasticsearch.indices.flush
Method parameters in org.elasticsearch.indices.flush with type arguments of type SyncedFlushResponse Modifier and Type Method Description voidSyncedFlushService. attemptSyncedFlush(String[] aliasesOrIndices, IndicesOptions indicesOptions, ActionListener<SyncedFlushResponse> listener)a utility method to perform a synced flush for all shards of multiple indices.
-