Package | Description |
---|---|
org.elasticsearch.action.admin.indices.flush |
Flush index/indices action.
|
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
FlushRequestBuilder |
FlushAction.newRequestBuilder(IndicesAdminClient client) |
FlushRequestBuilder |
FlushRequestBuilder.setForce(boolean force) |
FlushRequestBuilder |
FlushRequestBuilder.setWaitIfOngoing(boolean waitIfOngoing) |
Modifier and Type | Method and Description |
---|---|
FlushRequestBuilder |
IndicesAdminClient.prepareFlush(String... indices)
Explicitly flush one or more indices (releasing memory from the node).
|
Modifier and Type | Method and Description |
---|---|
FlushRequestBuilder |
AbstractIndicesAdminClient.prepareFlush(String... indices) |
Copyright © 2009–2015. All rights reserved.