org.elasticsearch.monitor.network
Class JmxNetworkProbe

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.monitor.network.JmxNetworkProbe
All Implemented Interfaces:
NetworkProbe

public class JmxNetworkProbe
extends AbstractComponent
implements NetworkProbe


Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
JmxNetworkProbe(Settings settings)
           
 
Method Summary
 String ifconfig()
           
 NetworkInfo networkInfo()
           
 NetworkStats networkStats()
           
 
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

JmxNetworkProbe

@Inject
public JmxNetworkProbe(Settings settings)
Method Detail

networkInfo

public NetworkInfo networkInfo()
Specified by:
networkInfo in interface NetworkProbe

networkStats

public NetworkStats networkStats()
Specified by:
networkStats in interface NetworkProbe

ifconfig

public String ifconfig()
Specified by:
ifconfig in interface NetworkProbe


Copyright © 2009-2012. All Rights Reserved.