Class NodeInformation

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:
  • Constructor Details

    • NodeInformation

      public NodeInformation(String nodeID, String nodeHost)
      Create a new NodeInformation object
      Parameters:
      nodeID - the nodeID
      nodeHost - the host name
  • Method Details

    • getNodeID

      public String getNodeID()
      Returns the node id
      Returns:
      the node id
    • getNodeHost

      public String getNodeHost()
      Returns the host name
      Returns:
      the host name