java.io.Closeable, java.lang.AutoCloseable, LifecycleComponent, Releasablepublic class MonitorService extends AbstractLifecycleComponent
deprecationLogger, logger, settingslifecycle| Constructor | Description |
|---|---|
MonitorService(Settings settings,
NodeEnvironment nodeEnvironment,
ThreadPool threadPool,
ClusterInfoService clusterInfoService) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
doClose() |
|
protected void |
doStart() |
|
protected void |
doStop() |
|
FsService |
fsService() |
|
JvmService |
jvmService() |
|
OsService |
osService() |
|
ProcessService |
processService() |
logDeprecatedSetting, logRemovedSetting, nodeNameaddLifecycleListener, close, lifecycleState, removeLifecycleListener, start, stoppublic MonitorService(Settings settings, NodeEnvironment nodeEnvironment, ThreadPool threadPool, ClusterInfoService clusterInfoService) throws java.io.IOException
java.io.IOExceptionpublic OsService osService()
public ProcessService processService()
public JvmService jvmService()
public FsService fsService()
protected void doStart()
doStart in class AbstractLifecycleComponentprotected void doStop()
doStop in class AbstractLifecycleComponentprotected void doClose()
doClose in class AbstractLifecycleComponent