| 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 |
|---|---|
SyncedFlushRequestBuilder |
SyncedFlushAction.newRequestBuilder(ElasticsearchClient client) |
SyncedFlushRequestBuilder |
SyncedFlushRequestBuilder.setIndices(String[] indices) |
SyncedFlushRequestBuilder |
SyncedFlushRequestBuilder.setIndicesOptions(IndicesOptions indicesOptions) |
| Modifier and Type | Method and Description |
|---|---|
SyncedFlushRequestBuilder |
IndicesAdminClient.prepareSyncedFlush(String... indices)
Explicitly sync flush one or more indices (write sync id to shards for faster recovery).
|
Copyright © 2009–2017. All rights reserved.