org.elasticsearch.monitor.process
Class ProcessService

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

public class ProcessService
extends AbstractComponent


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

ProcessService

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

info

public ProcessInfo info()

stats

public ProcessStats stats()


Copyright © 2009-2012. All Rights Reserved.