Uses of Class
com.pervasive.datarush.cal.ResourceAllocation
-
Packages that use ResourceAllocation Package Description com.actian.dataflow.cal.yarn.server com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer".com.pervasive.datarush.cal.monitoring -
-
Uses of ResourceAllocation in com.actian.dataflow.cal.yarn.server
Methods in com.actian.dataflow.cal.yarn.server that return ResourceAllocation Modifier and Type Method Description protected ResourceAllocationYarnClusterExecutor. getMasterResources() -
Uses of ResourceAllocation in com.pervasive.datarush.cal
Fields in com.pervasive.datarush.cal declared as ResourceAllocation Modifier and Type Field Description static ResourceAllocationResourceAllocation. MASTER_DEFAULTstatic ResourceAllocationResourceAllocation. NONEstatic ResourceAllocationResourceAllocation. PARTITION_DEFAULTMethods in com.pervasive.datarush.cal that return ResourceAllocation Modifier and Type Method Description ResourceAllocationResourceAllocation. add(ResourceAllocation other)ResourceAllocationResourceAllocation. forWorker(int partitions)Computes the resource allotment for a worker process.ResourceAllocationNodeAllocationPlan. getJobMasterResources()Gets the allocated resources for the job master.ResourceAllocationNodeAllocationPlan. getPerPartitionResources()Gets the allocated allocated resources for each partition.ResourceAllocationNodeAllocationState. getPerPartitionResources()Gets the per-partition resource allocation.ResourceAllocationJobServerInformation. getResources()ResourceAllocationResourceSpecifier. masterResources()ResourceAllocationResourceSpecifier. partitionResources()ResourceAllocationResourceAllocation. subtract(ResourceAllocation usage)Methods in com.pervasive.datarush.cal with parameters of type ResourceAllocation Modifier and Type Method Description ResourceAllocationResourceAllocation. add(ResourceAllocation other)StringResourceAllocation. 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.ResourceSpecifierResourceSpecifier. masterResources(ResourceAllocation resources)Returns a resource specifier applying the specified allocation for job master resourcesResourceSpecifierResourceSpecifier. partitionResources(ResourceAllocation resources)Returns a resource specifier applying the specified allocation for per-partition resourcesResourceAllocationResourceAllocation. subtract(ResourceAllocation usage)Constructors in com.pervasive.datarush.cal with parameters of type ResourceAllocation Constructor Description JobServerInformation(JobInformation jobInfo, WorkerRole role, ResourceAllocation resources) -
Uses of ResourceAllocation in com.pervasive.datarush.cal.monitoring
Methods in com.pervasive.datarush.cal.monitoring that return ResourceAllocation Modifier and Type Method Description ResourceAllocationNodeStatistics. getAllocatedResources()ResourceAllocationNodeStatisticsSnapshot. getAllocatedResources()
-