Package org.elasticsearch.monitor
Class MonitorService
java.lang.Object
org.elasticsearch.common.component.AbstractLifecycleComponent
org.elasticsearch.monitor.MonitorService
- All Implemented Interfaces:
 Closeable,AutoCloseable,LifecycleComponent,org.elasticsearch.core.Releasable
- 
Field Summary
Fields inherited from class org.elasticsearch.common.component.AbstractLifecycleComponent
lifecycle - 
Constructor Summary
ConstructorsConstructorDescriptionMonitorService(Settings settings, NodeEnvironment nodeEnvironment, ThreadPool threadPool) - 
Method Summary
Methods inherited from class org.elasticsearch.common.component.AbstractLifecycleComponent
addLifecycleListener, close, lifecycleState, removeLifecycleListener, start, stop 
- 
Constructor Details
- 
MonitorService
public MonitorService(Settings settings, NodeEnvironment nodeEnvironment, ThreadPool threadPool) throws IOException- Throws:
 IOException
 
 - 
 - 
Method Details
- 
osService
 - 
processService
 - 
jvmService
 - 
fsService
 - 
doStart
protected void doStart()- Specified by:
 doStartin classAbstractLifecycleComponent
 - 
doStop
protected void doStop()- Specified by:
 doStopin classAbstractLifecycleComponent
 - 
doClose
protected void doClose()- Specified by:
 doClosein classAbstractLifecycleComponent
 
 -