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 |
---|---|
AliasesExistRequestBuilder |
AliasesExistAction.newRequestBuilder(IndicesAdminClient client) |
Modifier and Type | Method and Description |
---|---|
AliasesExistRequestBuilder |
IndicesAdminClient.prepareAliasesExist(String... aliases)
Allows to check to existence of aliases from indices.
|
Modifier and Type | Method and Description |
---|---|
AliasesExistRequestBuilder |
AbstractIndicesAdminClient.prepareAliasesExist(String... aliases) |
Copyright © 2009–2015. All rights reserved.