Package com.yahoo.container
Class QrConfig.RestartOnInternalRedeploy
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.LeafNode<ENUM>
com.yahoo.config.EnumNode<QrConfig.RestartOnInternalRedeploy.Enum>
com.yahoo.container.QrConfig.RestartOnInternalRedeploy
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- QrConfig
public static final class QrConfig.RestartOnInternalRedeploy
extends com.yahoo.config.EnumNode<QrConfig.RestartOnInternalRedeploy.Enum>
This class represents qr.restartOnInternalRedeploy
Specifies under what circumstances restart on deploy should apply to internal redeployments
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QrConfig.RestartOnInternalRedeploy.Enum
static final QrConfig.RestartOnInternalRedeploy.Enum
static final QrConfig.RestartOnInternalRedeploy.Enum
static final QrConfig.RestartOnInternalRedeploy.Enum
Fields inherited from class com.yahoo.config.LeafNode
initialized, value
-
Constructor Summary
ConstructorDescription -
Method Summary
Methods inherited from class com.yahoo.config.EnumNode
getValue, toString
Methods inherited from class com.yahoo.config.LeafNode
clone, equals, hashCode, setValue, value
Methods inherited from class com.yahoo.config.Node
postInitialize
-
Field Details
-
always
-
node_changes
-
content_changes
-
never
-
-
Constructor Details
-
RestartOnInternalRedeploy
public RestartOnInternalRedeploy() -
RestartOnInternalRedeploy
-
-
Method Details
-
doSetValue
- Specified by:
doSetValue
in classcom.yahoo.config.LeafNode<QrConfig.RestartOnInternalRedeploy.Enum>
-