org.elasticsearch.jmx
Class JmxClusterService

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.jmx.JmxClusterService

public class JmxClusterService
extends AbstractComponent


Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
JmxClusterService(Settings settings, ClusterService clusterService, JmxService jmxService, GetJmxServiceUrlAction getJmxServiceUrlAction)
           
 
Method Summary
 void close()
           
 
Methods inherited from class org.elasticsearch.common.component.AbstractComponent
nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxClusterService

public JmxClusterService(Settings settings,
                         ClusterService clusterService,
                         JmxService jmxService,
                         GetJmxServiceUrlAction getJmxServiceUrlAction)
Method Detail

close

public void close()


Copyright © 2009-2012. All Rights Reserved.