Package com.yahoo.container.jdisc.state
Class StateMonitor
java.lang.Object
com.yahoo.component.AbstractComponent
com.yahoo.container.jdisc.state.StateMonitor
- All Implemented Interfaces:
com.yahoo.component.Component
,com.yahoo.component.Deconstructable
,Comparable<com.yahoo.component.Component>
public class StateMonitor
extends com.yahoo.component.AbstractComponent
A state monitor keeps track of the current health state of a container.
- Author:
- Simon Thoresen Hult
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.yahoo.component.AbstractComponent
isDeconstructable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic StateMonitor
status()
void
status
(StateMonitor.Status status) Methods inherited from class com.yahoo.component.AbstractComponent
clone, compareTo, deconstruct, getClassName, getId, getIdString, hasInitializedId, initId, isDeconstructable, setIsDeconstructable, toString
-
Constructor Details
-
StateMonitor
-
-
Method Details
-
createForTesting
-
status
-
status
-