org.elasticsearch.monitor.os
Class OsService

java.lang.Object
  extended by org.elasticsearch.util.component.AbstractComponent
      extended by org.elasticsearch.monitor.os.OsService

public class OsService
extends AbstractComponent


Field Summary
 
Fields inherited from class org.elasticsearch.util.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
OsService(Settings settings, OsProbe probe)
           
 
Method Summary
 OsInfo info()
           
 OsStats 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

OsService

@Inject
public OsService(Settings settings,
                        OsProbe probe)
Method Detail

info

public OsInfo info()

stats

public OsStats stats()