Uses of Class
com.pervasive.datarush.cal.ResourceAllocation
Packages that use ResourceAllocation
Package
Description
Provides interfaces the define the "cluster abstraction layer".
-
Uses of ResourceAllocation in com.actian.dataflow.cal.yarn.server
Methods in com.actian.dataflow.cal.yarn.server that return ResourceAllocationModifier and TypeMethodDescriptionprotected ResourceAllocationYarnClusterExecutor.getMasterResources() -
Uses of ResourceAllocation in com.pervasive.datarush.cal
Fields in com.pervasive.datarush.cal declared as ResourceAllocationModifier and TypeFieldDescriptionstatic final ResourceAllocationResourceAllocation.MASTER_DEFAULTstatic final ResourceAllocationResourceAllocation.NONEstatic final ResourceAllocationResourceAllocation.PARTITION_DEFAULTMethods in com.pervasive.datarush.cal that return ResourceAllocationModifier and TypeMethodDescriptionResourceAllocation.add(ResourceAllocation other) ResourceAllocation.forWorker(int partitions) Computes the resource allotment for a worker process.NodeAllocationPlan.getJobMasterResources()Gets the allocated resources for the job master.NodeAllocationPlan.getPerPartitionResources()Gets the allocated allocated resources for each partition.NodeAllocationState.getPerPartitionResources()Gets the per-partition resource allocation.JobServerInformation.getResources()ResourceSpecifier.masterResources()ResourceSpecifier.partitionResources()ResourceAllocation.subtract(ResourceAllocation usage) Methods in com.pervasive.datarush.cal with parameters of type ResourceAllocationModifier and TypeMethodDescriptionResourceAllocation.add(ResourceAllocation other) ResourceAllocation.asPortion(ResourceAllocation usage) doubleResourceAllocation.calculateDominantUsage(ResourceAllocation usage) Computes the dominant share of resources for the specified usage relative to this allocation.intResourceAllocation.calculatePartitions(ResourceAllocation usage) Computes the number of partitions of the specified usage within the allocation.booleanResourceAllocation.contains(ResourceAllocation other) static NodeAllocationPlanNodeAllocationPlan.create(String jobMasterNodeId, ResourceAllocation masterResources, List<NodeAllocationPlan.AssignmentPlan> assignments, ResourceAllocation partitionResources, NodeInformationMapping nodeMapping) Creates a new node allocation.ResourceSpecifier.masterResources(ResourceAllocation resources) Returns a resource specifier applying the specified allocation for job master resourcesResourceSpecifier.partitionResources(ResourceAllocation resources) Returns a resource specifier applying the specified allocation for per-partition resourcesResourceAllocation.subtract(ResourceAllocation usage) Constructors in com.pervasive.datarush.cal with parameters of type ResourceAllocationModifierConstructorDescriptionJobServerInformation(JobInformation jobInfo, WorkerRole role, ResourceAllocation resources) -
Uses of ResourceAllocation in com.pervasive.datarush.cal.monitoring
Methods in com.pervasive.datarush.cal.monitoring that return ResourceAllocationModifier and TypeMethodDescriptionNodeStatistics.getAllocatedResources()NodeStatisticsSnapshot.getAllocatedResources()