Package com.yahoo.config.model.api
Interface ConfigChangeReindexAction
- All Superinterfaces:
ConfigChangeAction
Represents an action to re-index a document type in order to handle a config change.
- Author:
- bjorncs
-
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 changedefault Stringname()Methods 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:
- name identifying this kind of change, used to identify names which should be allowed
-
getDocumentType
String getDocumentType()- Returns:
- name of the document type that must be re-indexed
-