Uses of Class
com.pervasive.datarush.cal.NodeInformationMapping
-
Packages that use NodeInformationMapping Package Description com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer". -
-
Uses of NodeInformationMapping in com.pervasive.datarush.cal
Fields in com.pervasive.datarush.cal declared as NodeInformationMapping Modifier and Type Field Description static NodeInformationMapping
NodeInformationMapping. PSEUDO_DISTRIBUTED
Any empty mapping that is used in the pseudo-distributed caseMethods in com.pervasive.datarush.cal that return NodeInformationMapping Modifier and Type Method Description NodeInformationMapping
NodeAllocationPlan. getNodeMapping()
Returns the node information for all the nodes referenced by this plan.Methods in com.pervasive.datarush.cal with parameters of type NodeInformationMapping Modifier and Type Method Description static NodeAllocationPlan
NodeAllocationPlan. create(String jobMasterNodeId, ResourceAllocation masterResources, List<NodeAllocationPlan.AssignmentPlan> assignments, ResourceAllocation partitionResources, NodeInformationMapping nodeMapping)
Creates a new node allocation.
-