org.elasticsearch.client.transport.action.admin.cluster.health
Class ClientTransportClusterHealthAction

java.lang.Object
  extended by org.elasticsearch.util.component.AbstractComponent
      extended by org.elasticsearch.client.transport.action.support.BaseClientTransportAction<ClusterHealthRequest,ClusterHealthResponse>
          extended by org.elasticsearch.client.transport.action.admin.cluster.health.ClientTransportClusterHealthAction
All Implemented Interfaces:
ClientTransportAction<ClusterHealthRequest,ClusterHealthResponse>

public class ClientTransportClusterHealthAction
extends BaseClientTransportAction<ClusterHealthRequest,ClusterHealthResponse>


Field Summary
 
Fields inherited from class org.elasticsearch.client.transport.action.support.BaseClientTransportAction
transportService
 
Fields inherited from class org.elasticsearch.util.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
ClientTransportClusterHealthAction(Settings settings, TransportService transportService)
           
 
Method Summary
protected  java.lang.String action()
           
 
Methods inherited from class org.elasticsearch.client.transport.action.support.BaseClientTransportAction
execute, execute, newInstance
 
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

ClientTransportClusterHealthAction

@Inject
public ClientTransportClusterHealthAction(Settings settings,
                                                 TransportService transportService)
Method Detail

action

protected java.lang.String action()
Specified by:
action in class BaseClientTransportAction<ClusterHealthRequest,ClusterHealthResponse>