|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.util.component.AbstractComponent
org.elasticsearch.client.node.NodeAdminClient
public class NodeAdminClient
Field Summary |
---|
Fields inherited from class org.elasticsearch.util.component.AbstractComponent |
---|
componentSettings, logger, settings |
Constructor Summary | |
---|---|
NodeAdminClient(Settings settings,
NodeClusterAdminClient clusterAdminClient,
NodeIndicesAdminClient indicesAdminClient)
|
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. |
Methods inherited from class org.elasticsearch.util.component.AbstractComponent |
---|
nodeName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Inject public NodeAdminClient(Settings settings, NodeClusterAdminClient clusterAdminClient, NodeIndicesAdminClient indicesAdminClient)
Method Detail |
---|
public IndicesAdminClient indices()
AdminClient
indices
in interface AdminClient
public ClusterAdminClient cluster()
AdminClient
cluster
in interface AdminClient
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |