org.elasticsearch.client
Interface AdminClient

All Known Implementing Classes:
InternalTransportAdminClient, NodeAdminClient

public interface AdminClient

Administrative actions/operations against the cluster or the indices.

See Also:
Client.admin()

Method Summary
 ClusterAdminClient cluster()
          A client allowing to perform actions/operations against the cluster.
 IndicesAdminClient indices()
          A client allowing to perform actions/operations against the indices.
 

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.



Copyright © 2009-2012. All Rights Reserved.