| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.close | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected CloseIndexResponse |
TransportCloseIndexAction.newResponse() |
CloseIndexResponse |
CloseIndexAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportCloseIndexAction.doExecute(Task task,
CloseIndexRequest request,
ActionListener<CloseIndexResponse> listener) |
protected void |
TransportCloseIndexAction.masterOperation(CloseIndexRequest request,
ClusterState state,
ActionListener<CloseIndexResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<CloseIndexResponse> |
IndicesAdminClient.close(CloseIndexRequest request)
Closes an index based on the index name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesAdminClient.close(CloseIndexRequest request,
ActionListener<CloseIndexResponse> listener)
Closes an index based on the index name.
|
Copyright © 2009–2017. All rights reserved.