Interface AdminClient


public interface AdminClient
Administrative actions/operations against the cluster or the indices.
See Also:
Client.admin()
  • Method Summary

    Modifier and Type Method Description
    ClusterAdminClient cluster()
    A client allowing to perform actions/operations against the cluster.
    IndicesAdminClient indices()
    A client allowing to perform actions/operations against the indices.