Package | Description |
---|---|
org.elasticsearch.action.admin.indices.alias.exists | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
AliasesExistResponse |
AliasesExistAction.newResponse() |
protected AliasesExistResponse |
TransportAliasesExistAction.newResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
AliasesExistRequestBuilder.doExecute(ActionListener<AliasesExistResponse> listener) |
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.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<AliasesExistResponse> |
AbstractIndicesAdminClient.aliasesExist(GetAliasesRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndicesAdminClient.aliasesExist(GetAliasesRequest request,
ActionListener<AliasesExistResponse> listener) |
Copyright © 2009–2015. All rights reserved.