- java.lang.Object
-
- com.pervasive.datarush.cal.NodeInformation
-
- All Implemented Interfaces:
Serializable
public final class NodeInformation extends Object implements Serializable
Contains node and host information- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeInformation(String nodeID, String nodeHost)
Create a new NodeInformation object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNodeHost()
Returns the host nameString
getNodeID()
Returns the node id
-