Uses of Class
com.pervasive.datarush.cal.NodeAllocationPlan.AssignmentPlan
Packages that use NodeAllocationPlan.AssignmentPlan
Package
Description
Provides interfaces the define the "cluster abstraction layer".
-
Uses of NodeAllocationPlan.AssignmentPlan in com.pervasive.datarush.cal
Fields in com.pervasive.datarush.cal declared as NodeAllocationPlan.AssignmentPlanModifier and TypeFieldDescriptionstatic final NodeAllocationPlan.AssignmentPlanNodeAllocationPlan.AssignmentPlan.MASTERThe master assignment.Methods in com.pervasive.datarush.cal that return NodeAllocationPlan.AssignmentPlanModifier and TypeMethodDescriptionNodeAllocationPlan.AssignmentPlan.forWorker(int partitionID, VirtualNodeID nodeID) Creates an assignment for a worker nodeNodeAllocationState.AssignmentState.getOriginalAssignment()Returns the original assignment associated with this assignmentMethods in com.pervasive.datarush.cal that return types with arguments of type NodeAllocationPlan.AssignmentPlanModifier and TypeMethodDescriptionNodeAllocationPlan.getAssignments()Returns a list of assignments in this node allocation.Methods in com.pervasive.datarush.cal with parameters of type NodeAllocationPlan.AssignmentPlanModifier and TypeMethodDescriptionStorageBucket.getMyStorageLocation(NodeAllocationPlan.AssignmentPlan partitionInfo) StorageManager.getMyStorageLocation(StorageBucketId bucketId, NodeAllocationPlan.AssignmentPlan assignment) Returns "my" storage locationNodeAllocationState.AssignmentState.initial(NodeAllocationPlan.AssignmentPlan originalAssignment) Creates an initial assignment state for the given assignmentMethod parameters in com.pervasive.datarush.cal with type arguments of type NodeAllocationPlan.AssignmentPlanModifier and TypeMethodDescriptionstatic NodeAllocationPlanNodeAllocationPlan.create(String jobMasterNodeId, ResourceAllocation masterResources, List<NodeAllocationPlan.AssignmentPlan> assignments, ResourceAllocation partitionResources, NodeInformationMapping nodeMapping) Creates a new node allocation. -
Uses of NodeAllocationPlan.AssignmentPlan in com.pervasive.datarush.hbase
Methods in com.pervasive.datarush.hbase that return types with arguments of type NodeAllocationPlan.AssignmentPlanModifier and TypeMethodDescriptionHBasePartitioningFunction.localizeAssignments(NodeAllocationPlan nodeAlloc, List<String> serverNames, boolean balance)