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.Type
getType()
Returns what type of action is required to handle this config changedefault String
name()
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:ConfigChangeAction
Returns what type of action is required to handle this config change- Specified by:
getType
in 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
-