Uses of Class
com.pervasive.datarush.cal.NodeAllocationPlan.AssignmentPlan
-
Packages that use NodeAllocationPlan.AssignmentPlan Package Description com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer".com.pervasive.datarush.hbase -
-
Uses of NodeAllocationPlan.AssignmentPlan in com.pervasive.datarush.cal
Fields in com.pervasive.datarush.cal declared as NodeAllocationPlan.AssignmentPlan Modifier and Type Field Description static NodeAllocationPlan.AssignmentPlanNodeAllocationPlan.AssignmentPlan. MASTERThe master assignment.Methods in com.pervasive.datarush.cal that return NodeAllocationPlan.AssignmentPlan Modifier and Type Method Description static NodeAllocationPlan.AssignmentPlanNodeAllocationPlan.AssignmentPlan. forWorker(int partitionID, VirtualNodeID nodeID)Creates an assignment for a worker nodeNodeAllocationPlan.AssignmentPlanNodeAllocationState.AssignmentState. getOriginalAssignment()Returns the original assignment associated with this assignmentMethods in com.pervasive.datarush.cal that return types with arguments of type NodeAllocationPlan.AssignmentPlan Modifier and Type Method Description List<NodeAllocationPlan.AssignmentPlan>NodeAllocationPlan. getAssignments()Returns a list of assignments in this node allocation.Methods in com.pervasive.datarush.cal with parameters of type NodeAllocationPlan.AssignmentPlan Modifier and Type Method Description PathStorageBucket. getMyStorageLocation(NodeAllocationPlan.AssignmentPlan partitionInfo)PathStorageManager. getMyStorageLocation(StorageBucketId bucketId, NodeAllocationPlan.AssignmentPlan assignment)Returns "my" storage locationstatic NodeAllocationState.AssignmentStateNodeAllocationState.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.AssignmentPlan Modifier and Type Method Description static 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.AssignmentPlan Modifier and Type Method Description static List<NodeAllocationPlan.AssignmentPlan>HBasePartitioningFunction. localizeAssignments(NodeAllocationPlan nodeAlloc, List<String> serverNames, boolean balance)
-