Interface AdminClient


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

      • 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.