| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.exists.types | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
TypesExistsRequest |
TypesExistsRequest.indices(String[] indices) |
TypesExistsRequest |
TypesExistsRequest.indicesOptions(IndicesOptions indicesOptions) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportTypesExistsAction.checkBlock(TypesExistsRequest request,
ClusterState state) |
protected void |
TransportTypesExistsAction.masterOperation(TypesExistsRequest request,
ClusterState state,
ActionListener<TypesExistsResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<TypesExistsResponse> |
IndicesAdminClient.typesExists(TypesExistsRequest request)
Types Exists.
|
void |
IndicesAdminClient.typesExists(TypesExistsRequest request,
ActionListener<TypesExistsResponse> listener)
Types exists
|
Copyright © 2009–2017. All rights reserved.