public class ServiceRestarter extends AbstractPolicy
ENTITY_RESTART_FAILEDAbstractEntityAdjunct.AdjunctTagSupport, AbstractEntityAdjunct.BasicSubscriptionSupportBrooklynObject.RelationSupport<T extends BrooklynObject>, BrooklynObject.SubscriptionSupport, BrooklynObject.TagSupportConfigurable.ConfigurationSupportBrooklynObjectInternal.ConfigurationSupportInternal, BrooklynObjectInternal.RelationSupportInternal<T extends BrooklynObject>, BrooklynObjectInternal.SubscriptionSupportInternal| Modifier and Type | Field and Description |
|---|---|
static BasicNotificationSensor<HASensors.FailureDescriptor> |
ENTITY_RESTART_FAILED |
static ConfigKey<Duration> |
FAIL_ON_RECURRING_FAILURES_IN_THIS_DURATION
skips retry if a failure re-occurs within this time interval
|
static ConfigKey<Sensor<?>> |
FAILURE_SENSOR_TO_MONITOR
monitors this sensor, by default ENTITY_FAILED
|
static ConfigKey<java.lang.Boolean> |
SET_ON_FIRE_ON_FAILURE |
| Constructor and Description |
|---|
ServiceRestarter() |
ServiceRestarter(ConfigBag configBag) |
ServiceRestarter(java.util.Map<java.lang.String,?> flags) |
ServiceRestarter(Sensor<?> failureSensorToMonitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
setEntity(EntityLocal entity) |
destroy, getPolicyType, getRebindSupport, isRunning, isSuspended, relations, resume, suspend, toStringconfig, configure, getAdjunctType, getConfig, getConfigMap, getDisplayName, getUniqueTag, isDestroyed, setConfig, setDisplayName, subscribe, subscribeToChildren, subscribeToMembers, subscriptions, tags, unsubscribe, unsubscribegetCatalogItemId, getId, getManagementContext, init, rebind, setCatalogItemId, setManagementContextequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetUniqueTag, isDestroyedgetCatalogItemId, getDisplayName, subscriptions, tagsconfig, getConfigsetCatalogItemIdpublic static final BasicNotificationSensor<HASensors.FailureDescriptor> ENTITY_RESTART_FAILED
public static final ConfigKey<Duration> FAIL_ON_RECURRING_FAILURES_IN_THIS_DURATION
public static final ConfigKey<java.lang.Boolean> SET_ON_FIRE_ON_FAILURE
public ServiceRestarter()
public ServiceRestarter(java.util.Map<java.lang.String,?> flags)
public ServiceRestarter(ConfigBag configBag)
public ServiceRestarter(Sensor<?> failureSensorToMonitor)
public void setEntity(EntityLocal entity)
setEntity in class AbstractEntityAdjunct