org.elasticsearch.monitor.network
Class NetworkService

java.lang.Object
  extended by org.elasticsearch.util.component.AbstractComponent
      extended by org.elasticsearch.monitor.network.NetworkService

public class NetworkService
extends AbstractComponent


Field Summary
 
Fields inherited from class org.elasticsearch.util.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
NetworkService(Settings settings, NetworkProbe probe)
           
 
Method Summary
 NetworkInfo info()
           
 NetworkStats stats()
           
 
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

NetworkService

@Inject
public NetworkService(Settings settings,
                             NetworkProbe probe)
Method Detail

info

public NetworkInfo info()

stats

public NetworkStats stats()