| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.flush |
Flush index/indices action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportSyncedFlushAction.doExecute(SyncedFlushRequest request,
ActionListener<SyncedFlushResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
static SyncedFlushRequest |
Requests.syncedFlushRequest(String... indices)
Creates a synced flush indices request.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<SyncedFlushResponse> |
IndicesAdminClient.syncedFlush(SyncedFlushRequest request)
Explicitly sync flush one or more indices (write sync id to shards for faster recovery).
|
void |
IndicesAdminClient.syncedFlush(SyncedFlushRequest request,
ActionListener<SyncedFlushResponse> listener)
Explicitly sync flush one or more indices (write sync id to shards for faster recovery).
|
Copyright © 2009–2017. All rights reserved.