public class SshMachineFailureDetector extends AbstractFailureDetector
AbstractFailureDetector.CalculatedStatus, AbstractFailureDetector.LastPublished
AbstractEntityAdjunct.AdjunctTagSupport
BrooklynObject.TagSupport
Configurable.ConfigurationSupport
BrooklynObjectInternal.ConfigurationSupportInternal
Modifier and Type | Field and Description |
---|---|
static ConfigKey<Duration> |
CONNECT_TIMEOUT |
static BasicNotificationSensor<HASensors.FailureDescriptor> |
CONNECTION_FAILED |
static BasicNotificationSensor<HASensors.FailureDescriptor> |
CONNECTION_RECOVERED |
static java.lang.String |
DEFAULT_UNIQUE_TAG |
FAILED_STABILIZATION_DELAY, POLL_PERIOD, RECOVERED_STABILIZATION_DELAY, SENSOR_FAILED, SENSOR_RECOVERED
Constructor and Description |
---|
SshMachineFailureDetector() |
Modifier and Type | Method and Description |
---|---|
void |
init()
Called by framework (in new-style instances where spec was used) after configuring etc,
but before a reference to this instance is shared.
|
resume, setEntity, suspend
destroy, getPolicyType, getRebindSupport, isRunning, isSuspended, toString
config, configure, getAllConfig, getConfig, getConfigMap, getDisplayName, getName, getUniqueTag, isDestroyed, setConfig, setDisplayName, setName, tags
getCatalogItemId, getId, getManagementContext, getTagSupport, rebind, setCatalogItemId, setManagementContext
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAllConfig, getConfig, getId, getName, setConfig
getUniqueTag, isDestroyed
getCatalogItemId, getDisplayName, getTagSupport, tags
config
setCatalogItemId
public static final java.lang.String DEFAULT_UNIQUE_TAG
public static final BasicNotificationSensor<HASensors.FailureDescriptor> CONNECTION_FAILED
public static final BasicNotificationSensor<HASensors.FailureDescriptor> CONNECTION_RECOVERED
public void init()
AbstractBrooklynObject
To preserve backwards compatibility for if the instance is constructed directly, one can call the code below, but that means it will be called after references to this policy have been shared with other entities.
if (isLegacyConstruction()) {
init();
}
init
in class AbstractBrooklynObject