@Internal public static interface IMultiNodeProps.Jsii$Default extends IMultiNodeProps
IMultiNodeProps.IMultiNodeProps.Jsii$Default, IMultiNodeProps.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default Number |
getCount()
(experimental) The number of nodes associated with a multi-node parallel job.
|
default Number |
getMainNode()
(experimental) Specifies the node index for the main node of a multi-node parallel job.
|
default List<INodeRangeProps> |
getRangeProps()
(experimental) A list of node ranges and their properties associated with a multi-node parallel job.
|
default void |
setCount(Number value)
(experimental) The number of nodes associated with a multi-node parallel job.
|
default void |
setMainNode(Number value)
(experimental) Specifies the node index for the main node of a multi-node parallel job.
|
default void |
setRangeProps(List<INodeRangeProps> value)
(experimental) A list of node ranges and their properties associated with a multi-node parallel job.
|
@Stability(value=Experimental) @NotNull default Number getCount()
getCount in interface IMultiNodeProps@Stability(value=Experimental)
default void setCount(@NotNull
Number value)
setCount in interface IMultiNodeProps@Stability(value=Experimental) @NotNull default Number getMainNode()
This node index value must be fewer than the number of nodes.
getMainNode in interface IMultiNodeProps@Stability(value=Experimental)
default void setMainNode(@NotNull
Number value)
This node index value must be fewer than the number of nodes.
setMainNode in interface IMultiNodeProps@Stability(value=Experimental) @NotNull default List<INodeRangeProps> getRangeProps()
getRangeProps in interface IMultiNodeProps@Stability(value=Experimental)
default void setRangeProps(@NotNull
List<INodeRangeProps> value)
setRangeProps in interface IMultiNodePropsCopyright © 2021. All rights reserved.