Uses of Class
com.pervasive.datarush.cal.NodeAllocationPlan
Packages that use NodeAllocationPlan
Package
Description
Provides interfaces the define the "cluster abstraction layer".
Provides classes and interfaces for developing dataflow operators.
Provides implementations of port objects related to the flow of record sets
between operators.
-
Uses of NodeAllocationPlan in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return NodeAllocationPlanModifier and TypeMethodDescriptionstatic NodeAllocationPlanNodeAllocationPlan.create(String jobMasterNodeId, ResourceAllocation masterResources, List<NodeAllocationPlan.AssignmentPlan> assignments, ResourceAllocation partitionResources, NodeInformationMapping nodeMapping) Creates a new node allocation.DistributedCallableContext.ensureInitialNodeAllocation()Returns the initial node allocation of the job.DistributedCallableContextBatch.ensureInitialNodeAllocation()Returns the initial node allocation of the job.DistributedExecutorService.ensureInitialNodeAllocation()Returns the original node allocation (that which was allocated before any nodes failed).StorageBucket.getNodeAllocationPlan()StorageManager.getNodeAllocationPlan()Returns the node allocation plan associated with this storage managerNodeAllocationPlan.subPlan(int maxParallelism) Returns the effective NodeAllocationPlan, given the specified value of max parallelism.Methods in com.pervasive.datarush.cal with parameters of type NodeAllocationPlanModifier and TypeMethodDescriptionstatic NodeAllocationStateNodeAllocationState.initial(NodeAllocationPlan plan) Creates the initial NodeAllocationState based on the plan. -
Uses of NodeAllocationPlan in com.pervasive.datarush.hbase
Methods in com.pervasive.datarush.hbase with parameters of type NodeAllocationPlanModifier and TypeMethodDescriptionHBasePartitioningFunction.localizeAssignments(NodeAllocationPlan nodeAlloc, List<String> serverNames, boolean balance) -
Uses of NodeAllocationPlan in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators that return NodeAllocationPlanModifier and TypeMethodDescriptionDeferredCompositionContext.getNodeAllocation()Returns the node allocation for the graph to which this operator belongs.ExecutionContext.getNodeAllocation()Returns the initial node allocation for the graph to which this operator belongs. -
Uses of NodeAllocationPlan in com.pervasive.datarush.ports.record
Methods in com.pervasive.datarush.ports.record that return NodeAllocationPlanModifier and TypeMethodDescriptionPartitioningFunctionContext.getNodeAllocation()Returns the node allocation.