java.lang.Object
com.pervasive.datarush.cal.NodeInformation
- All Implemented Interfaces:
Serializable
Contains node and host information
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNodeInformation(String nodeID, String nodeHost) Create a new NodeInformation object -
Method Summary
Modifier and TypeMethodDescriptionReturns the host nameReturns the node id
-
Constructor Details
-
NodeInformation
Create a new NodeInformation object- Parameters:
nodeID- the nodeIDnodeHost- the host name
-
-
Method Details
-
getNodeID
Returns the node id- Returns:
- the node id
-
getNodeHost
Returns the host name- Returns:
- the host name
-