Package com.yahoo.config.model.api
Interface ConfigChangeRestartAction
- All Superinterfaces:
ConfigChangeAction
Represents an action to restart services in order to handle a config change.
- Author:
- geirst
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.yahoo.config.model.api.ConfigChangeAction
ConfigChangeAction.Type -
Method Summary
Modifier and TypeMethodDescriptiondefault ConfigChangeAction.TypegetType()Returns what type of action is required to handle this config changeMethods inherited from interface com.yahoo.config.model.api.ConfigChangeAction
clusterId, getMessage, getServices, ignoreForInternalRedeploy, validationId
-
Method Details
-
getType
Description copied from interface:ConfigChangeActionReturns what type of action is required to handle this config change- Specified by:
getTypein interfaceConfigChangeAction
-