org.elasticsearch.monitor.process
Class ProcessService

java.lang.Object
  extended by org.elasticsearch.util.component.AbstractComponent
      extended by org.elasticsearch.monitor.process.ProcessService

public class ProcessService
extends AbstractComponent


Field Summary
 
Fields inherited from class org.elasticsearch.util.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
ProcessService(Settings settings, ProcessProbe probe)
           
 
Method Summary
 ProcessInfo info()
           
 ProcessStats 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

ProcessService

@Inject
public ProcessService(Settings settings,
                             ProcessProbe probe)
Method Detail

info

public ProcessInfo info()

stats

public ProcessStats stats()