Package com.yahoo.config.model.api
Interface ConfigChangeRefeedAction
- All Superinterfaces:
ConfigChangeAction
Represents an action to re-feed a document type 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 TypeMethodDescriptionReturns the name of the document type that one must re-feed to handle this config changedefault ConfigChangeAction.TypegetType()Returns what type of action is required to handle this config changedefault Stringname()Returns the name identifying this kind of change, used to identify names which should be allowedMethods 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
-
name
Returns the name identifying this kind of change, used to identify names which should be allowed -
getDocumentType
String getDocumentType()Returns the name of the document type that one must re-feed to handle this config change
-