Uses of Class
com.yahoo.vespa.model.application.validation.change.VespaConfigChangeAction
Packages that use VespaConfigChangeAction
Package
Description
-
Uses of VespaConfigChangeAction in com.yahoo.vespa.model.application.validation.change
Modifier and TypeClassDescriptionclassRepresents an action to re-feed a document type in order to handle a config change.classRepresents an action to re-index a document type in order to handle a config change.classRepresents an action to restart services in order to handle a config change.Methods in com.yahoo.vespa.model.application.validation.change that return VespaConfigChangeActionModifier and TypeMethodDescriptionabstract VespaConfigChangeActionVespaConfigChangeAction.modifyAction(String newMessage, List<com.yahoo.config.model.api.ServiceInfo> newServices, String documentType) VespaRefeedAction.modifyAction(String newMessage, List<com.yahoo.config.model.api.ServiceInfo> newServices, String documentType) VespaReindexAction.modifyAction(String newMessage, List<com.yahoo.config.model.api.ServiceInfo> newServices, String documentType) VespaRestartAction.modifyAction(String newMessage, List<com.yahoo.config.model.api.ServiceInfo> newServices, String documentType) -
Uses of VespaConfigChangeAction in com.yahoo.vespa.model.application.validation.change.search
Methods in com.yahoo.vespa.model.application.validation.change.search that return types with arguments of type VespaConfigChangeAction