@Internal public static interface INodeRangeProps.Jsii$Default extends INodeRangeProps
INodeRangeProps.INodeRangeProps.Jsii$Default, INodeRangeProps.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default JobDefinitionContainer |
getContainer()
(experimental) The container details for the node range.
|
default Number |
getFromNodeIndex()
(experimental) The minimum node index value to apply this container definition against.
|
default Number |
getToNodeIndex()
(experimental) The maximum node index value to apply this container definition against.
|
default void |
setContainer(JobDefinitionContainer value)
(experimental) The container details for the node range.
|
default void |
setFromNodeIndex(Number value)
(experimental) The minimum node index value to apply this container definition against.
|
default void |
setToNodeIndex(Number value)
(experimental) The maximum node index value to apply this container definition against.
|
@Stability(value=Experimental) @NotNull default JobDefinitionContainer getContainer()
getContainer in interface INodeRangeProps@Stability(value=Experimental)
default void setContainer(@NotNull
JobDefinitionContainer value)
setContainer in interface INodeRangeProps@Stability(value=Experimental) @Nullable default Number getFromNodeIndex()
You may nest node ranges, for example 0:10 and 4:5, in which case the 4:5 range properties override the 0:10 properties.
Default: 0
getFromNodeIndex in interface INodeRangeProps@Stability(value=Experimental)
default void setFromNodeIndex(@Nullable
Number value)
You may nest node ranges, for example 0:10 and 4:5, in which case the 4:5 range properties override the 0:10 properties.
Default: 0
setFromNodeIndex in interface INodeRangeProps@Stability(value=Experimental) @Nullable default Number getToNodeIndex()
to the number of nodes associated with the job. You may nest node ranges, for example 0:10 and 4:5, in which case the 4:5 range properties override the 0:10 properties.
Default: IMultiNodeprops.count
getToNodeIndex in interface INodeRangeProps@Stability(value=Experimental)
default void setToNodeIndex(@Nullable
Number value)
to the number of nodes associated with the job. You may nest node ranges, for example 0:10 and 4:5, in which case the 4:5 range properties override the 0:10 properties.
Default: IMultiNodeprops.count
setToNodeIndex in interface INodeRangePropsCopyright © 2021. All rights reserved.