| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.alias.exists | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected AliasesExistResponse |
TransportAliasesExistAction.newResponse() |
AliasesExistResponse |
AliasesExistAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportAliasesExistAction.masterOperation(GetAliasesRequest request,
ClusterState state,
ActionListener<AliasesExistResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<AliasesExistResponse> |
IndicesAdminClient.aliasesExist(GetAliasesRequest request)
Check to existence of index aliases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesAdminClient.aliasesExist(GetAliasesRequest request,
ActionListener<AliasesExistResponse> listener)
Check the existence of specified index aliases.
|
Copyright © 2009–2017. All rights reserved.