org.elasticsearch.monitor.network
Class NetworkService

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

public class NetworkService
extends AbstractComponent


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

NetworkService

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

info

public NetworkInfo info()

stats

public NetworkStats stats()

ifconfig

public String ifconfig()


Copyright © 2009-2012. All Rights Reserved.