NodeProperties class

An object representing the node properties of a multi-node parallel job.

Constructors

NodeProperties({required int mainNode, required List<NodeRangeProperty> nodeRangeProperties, required int numNodes})
NodeProperties.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mainNode int
Specifies the node index for the main node of a multi-node parallel job. This node index value must be fewer than the number of nodes.
final
nodeRangeProperties List<NodeRangeProperty>
A list of node ranges and their properties associated with a multi-node parallel job.
final
numNodes int
The number of nodes associated with a multi-node parallel job.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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