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