Package | Description |
---|---|
org.elasticsearch.action.admin.indices.alias | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
protected IndicesAliasesResponse |
TransportIndicesAliasesAction.newResponse() |
IndicesAliasesResponse |
IndicesAliasesAction.newResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
IndicesAliasesRequestBuilder.doExecute(ActionListener<IndicesAliasesResponse> listener) |
protected void |
TransportIndicesAliasesAction.masterOperation(IndicesAliasesRequest request,
ClusterState state,
ActionListener<IndicesAliasesResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<IndicesAliasesResponse> |
IndicesAdminClient.aliases(IndicesAliasesRequest request)
Allows to add/remove aliases from indices.
|
Modifier and Type | Method and Description |
---|---|
void |
IndicesAdminClient.aliases(IndicesAliasesRequest request,
ActionListener<IndicesAliasesResponse> listener)
Allows to add/remove aliases from indices.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<IndicesAliasesResponse> |
AbstractIndicesAdminClient.aliases(IndicesAliasesRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndicesAdminClient.aliases(IndicesAliasesRequest request,
ActionListener<IndicesAliasesResponse> listener) |
Copyright © 2009–2015. All rights reserved.