Class VespaRestartAction

  • All Implemented Interfaces:
    com.yahoo.config.model.api.ConfigChangeAction, com.yahoo.config.model.api.ConfigChangeRestartAction

    public class VespaRestartAction
    extends VespaConfigChangeAction
    implements com.yahoo.config.model.api.ConfigChangeRestartAction
    Represents an action to restart services in order to handle a config change.
    Author:
    geirst
    • Constructor Detail

      • VespaRestartAction

        public VespaRestartAction​(com.yahoo.config.provision.ClusterSpec.Id id,
                                  String message)
      • VespaRestartAction

        public VespaRestartAction​(com.yahoo.config.provision.ClusterSpec.Id id,
                                  String message,
                                  com.yahoo.config.model.api.ServiceInfo service)
      • VespaRestartAction

        public VespaRestartAction​(com.yahoo.config.provision.ClusterSpec.Id id,
                                  String message,
                                  com.yahoo.config.model.api.ServiceInfo services,
                                  boolean ignoreForInternalRedeploy)
      • VespaRestartAction

        public VespaRestartAction​(com.yahoo.config.provision.ClusterSpec.Id id,
                                  String message,
                                  List<com.yahoo.config.model.api.ServiceInfo> services)