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 |
---|---|
FlushResponse |
FlushAction.newResponse() |
protected FlushResponse |
TransportFlushAction.newResponse(FlushRequest request,
AtomicReferenceArray shardsResponses,
ClusterState clusterState) |
Modifier and Type | Method and Description |
---|---|
protected void |
FlushRequestBuilder.doExecute(ActionListener<FlushResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<FlushResponse> |
IndicesAdminClient.flush(FlushRequest request)
Explicitly flush one or more indices (releasing memory from the node).
|
Modifier and Type | Method and Description |
---|---|
void |
IndicesAdminClient.flush(FlushRequest request,
ActionListener<FlushResponse> listener)
Explicitly flush one or more indices (releasing memory from the node).
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<FlushResponse> |
AbstractIndicesAdminClient.flush(FlushRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndicesAdminClient.flush(FlushRequest request,
ActionListener<FlushResponse> listener) |
Copyright © 2009–2015. All rights reserved.