Package org.elasticsearch.client
Interface AdminClient
public interface AdminClient
Administrative actions/operations against the cluster or the indices.
- See Also:
Client.admin()
-
Method Details
-
cluster
ClusterAdminClient cluster()A client allowing to perform actions/operations against the cluster. -
indices
IndicesAdminClient indices()A client allowing to perform actions/operations against the indices.
-