org.elasticsearch.monitor.os
Class OsService

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

public class OsService
extends AbstractComponent


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

OsService

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

info

public OsInfo info()

stats

public OsStats stats()


Copyright © 2009-2012. All Rights Reserved.