Package | Description |
---|---|
org.elasticsearch.action.admin.indices.close | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
CloseIndexResponse |
CloseIndexAction.newResponse() |
protected CloseIndexResponse |
TransportCloseIndexAction.newResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
CloseIndexRequestBuilder.doExecute(ActionListener<CloseIndexResponse> listener) |
protected void |
TransportCloseIndexAction.doExecute(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.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<CloseIndexResponse> |
AbstractIndicesAdminClient.close(CloseIndexRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndicesAdminClient.close(CloseIndexRequest request,
ActionListener<CloseIndexResponse> listener) |
Copyright © 2009–2015. All rights reserved.