Package com.yahoo.container.core
Class ChainsConfig.Chains
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.container.core.ChainsConfig.Chains
- Enclosing class:
- ChainsConfig
public static final class ChainsConfig.Chains
extends com.yahoo.config.InnerNode
This class represents chains.chains[]
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static final class
This class represents chains.chains[].phases[]static final class
This class represents chains.chains[].type The type of this chain -
Constructor Summary
-
Method Summary
Methods inherited from class com.yahoo.config.InnerNode
equals, getAllDescendantLeafNodes, getChildren, getChildrenWithVectorsFlattened, hashCode, postInitialize, toString
Methods inherited from class com.yahoo.config.Node
clone
-
Constructor Details
-
Chains
-
-
Method Details
-
id
- Returns:
- chains.chains[].id
-
type
- Returns:
- chains.chains[].type
-
components
- Returns:
- chains.chains[].components[]
-
components
- Parameters:
i
- the index of the value to return- Returns:
- chains.chains[].components[]
-
inherits
- Returns:
- chains.chains[].inherits[]
-
inherits
- Parameters:
i
- the index of the value to return- Returns:
- chains.chains[].inherits[]
-
excludes
- Returns:
- chains.chains[].excludes[]
-
excludes
- Parameters:
i
- the index of the value to return- Returns:
- chains.chains[].excludes[]
-
phases
- Returns:
- chains.chains[].phases[]
-
phases
- Parameters:
i
- the index of the value to return- Returns:
- chains.chains[].phases[]
-