Class ConfigChangeActions
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.application.v4.model.configserverbindings.ConfigChangeActions
-
public class ConfigChangeActions extends Object
- Author:
- bjorncs
-
-
Field Summary
Fields Modifier and Type Field Description List<RefeedAction>refeedActionsList<ReindexAction>reindexActionsList<RestartAction>restartActions
-
Constructor Summary
Constructors Constructor Description ConfigChangeActions(List<RestartAction> restartActions, List<RefeedAction> refeedActions, List<ReindexAction> reindexActions)
-
-
-
Field Detail
-
restartActions
public final List<RestartAction> restartActions
-
refeedActions
public final List<RefeedAction> refeedActions
-
reindexActions
public final List<ReindexAction> reindexActions
-
-
Constructor Detail
-
ConfigChangeActions
public ConfigChangeActions(List<RestartAction> restartActions, List<RefeedAction> refeedActions, List<ReindexAction> reindexActions)
-
-