NodeRangeProperty class
An object representing the properties of the node range for a multi-node parallel job.
Constructors
- NodeRangeProperty({required String targetNodes, ContainerProperties? container})
-
NodeRangeProperty.fromJson(Map<
String, dynamic> json) -
factory
Properties
- container → ContainerProperties?
-
The container details for the node range.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetNodes → String
-
The range of nodes, using node index values. A range of
0:3
indicates nodes with index values of0
through3
. If the starting range value is omitted (:n
), then0
is used to start the range. If the ending range value is omitted (n:
), then the highest possible node index is used to end the range. Your accumulative node ranges must account for all nodes (0:n
). You can nest node ranges, for example0:10
and4:5
, in which case the4:5
range properties override the0:10
properties.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited