org.elasticsearch.client.transport
Class TransportClientClusterService

java.lang.Object
  extended by org.elasticsearch.util.component.AbstractComponent
      extended by org.elasticsearch.client.transport.TransportClientClusterService

public class TransportClientClusterService
extends AbstractComponent


Field Summary
 
Fields inherited from class org.elasticsearch.util.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
TransportClientClusterService(Settings settings, ClusterService clusterService, TransportClientNodesService nodesService, DiscoveryService discoveryService)
           
 
Method Summary
 void close()
           
 void start()
           
 
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

TransportClientClusterService

@Inject
public TransportClientClusterService(Settings settings,
                                            ClusterService clusterService,
                                            TransportClientNodesService nodesService,
                                            DiscoveryService discoveryService)
Method Detail

start

public void start()

close

public void close()