@Internal public static final class IMultiNodeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IMultiNodeProps.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeIMultiNodeProps.Jsii$Default, IMultiNodeProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Number |
getCount()
(experimental) The number of nodes associated with a multi-node parallel job.
|
Number |
getMainNode()
(experimental) Specifies the node index for the main node of a multi-node parallel job.
|
List<INodeRangeProps> |
getRangeProps()
(experimental) A list of node ranges and their properties associated with a multi-node parallel job.
|
void |
setCount(Number value)
(experimental) The number of nodes associated with a multi-node parallel job.
|
void |
setMainNode(Number value)
(experimental) Specifies the node index for the main node of a multi-node parallel job.
|
void |
setRangeProps(List<INodeRangeProps> value)
(experimental) A list of node ranges and their properties associated with a multi-node parallel job.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) @NotNull public final Number getCount()
getCount in interface IMultiNodePropsgetCount in interface IMultiNodeProps.Jsii$Default@Stability(value=Experimental)
public final void setCount(@NotNull
Number value)
setCount in interface IMultiNodePropssetCount in interface IMultiNodeProps.Jsii$Default@Stability(value=Experimental) @NotNull public final Number getMainNode()
This node index value must be fewer than the number of nodes.
getMainNode in interface IMultiNodePropsgetMainNode in interface IMultiNodeProps.Jsii$Default@Stability(value=Experimental)
public final void setMainNode(@NotNull
Number value)
This node index value must be fewer than the number of nodes.
setMainNode in interface IMultiNodePropssetMainNode in interface IMultiNodeProps.Jsii$Default@Stability(value=Experimental) @NotNull public final List<INodeRangeProps> getRangeProps()
getRangeProps in interface IMultiNodePropsgetRangeProps in interface IMultiNodeProps.Jsii$Default@Stability(value=Experimental)
public final void setRangeProps(@NotNull
List<INodeRangeProps> value)
setRangeProps in interface IMultiNodePropssetRangeProps in interface IMultiNodeProps.Jsii$DefaultCopyright © 2021. All rights reserved.