Class ConfigChangeActions
java.lang.Object
com.yahoo.vespa.hosted.controller.api.application.v4.model.configserverbindings.ConfigChangeActions
- Author:
- bjorncs
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<RefeedAction>final List<ReindexAction>final List<RestartAction> -
Constructor Summary
ConstructorsConstructorDescriptionConfigChangeActions(List<RestartAction> restartActions, List<RefeedAction> refeedActions, List<ReindexAction> reindexActions) -
Method Summary
-
Field Details
-
restartActions
-
refeedActions
-
reindexActions
-
-
Constructor Details
-
ConfigChangeActions
public ConfigChangeActions(List<RestartAction> restartActions, List<RefeedAction> refeedActions, List<ReindexAction> reindexActions)
-
-
Method Details