case class NodeDesc(nodeId: String, hostname: String, port: Int) extends Product with Serializable
Helper class containing node ID, hostname and port.
- nodeId
In case of external cluster mode the node ID is ID of H2O Node, in the internal cluster mode the ID is ID of Spark Executor where corresponding instance is located
- hostname
hostname of the node
- port
port of the node
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NodeDesc
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
NodeDesc(nodeId: String, hostname: String, port: Int)
- nodeId
In case of external cluster mode the node ID is ID of H2O Node, in the internal cluster mode the ID is ID of Spark Executor where corresponding instance is located
- hostname
hostname of the node
- port
port of the node