Uses of Class
com.pervasive.datarush.cal.NodeInformation
-
Packages that use NodeInformation Package Description com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer". -
-
Uses of NodeInformation in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return NodeInformation Modifier and Type Method Description NodeInformation
NodeInformationMapping. getNodeInformation(String nodeID)
Returns the node information for the given nodeID or null if the nodeID either doesn't exist or is not a node used by this job.Methods in com.pervasive.datarush.cal that return types with arguments of type NodeInformation Modifier and Type Method Description List<NodeInformation>
NodeInformationMapping. getNodeInformation()
Returns the list of node information in this mapConstructor parameters in com.pervasive.datarush.cal with type arguments of type NodeInformation Constructor Description NodeInformationMapping(List<NodeInformation> nodeInformation)
-