Uses of Class
org.elasticsearch.action.admin.indices.alias.exists.AliasesExistResponse
-
Packages that use AliasesExistResponse Package Description org.elasticsearch.action.admin.indices.alias.exists org.elasticsearch.client -
-
Uses of AliasesExistResponse in org.elasticsearch.action.admin.indices.alias.exists
Methods in org.elasticsearch.action.admin.indices.alias.exists that return AliasesExistResponse Modifier and Type Method Description protected AliasesExistResponseTransportAliasesExistAction. read(StreamInput in)Method parameters in org.elasticsearch.action.admin.indices.alias.exists with type arguments of type AliasesExistResponse Modifier and Type Method Description protected voidTransportAliasesExistAction. masterOperation(GetAliasesRequest request, ClusterState state, ActionListener<AliasesExistResponse> listener) -
Uses of AliasesExistResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return types with arguments of type AliasesExistResponse Modifier and Type Method Description ActionFuture<AliasesExistResponse>IndicesAdminClient. aliasesExist(GetAliasesRequest request)Check to existence of index aliases.Method parameters in org.elasticsearch.client with type arguments of type AliasesExistResponse Modifier and Type Method Description voidIndicesAdminClient. aliasesExist(GetAliasesRequest request, ActionListener<AliasesExistResponse> listener)Check the existence of specified index aliases.
-