Uses of Class
org.apache.flink.runtime.resourcemanager.slotmanager.ResourceAllocationResult.Builder
-
Packages that use ResourceAllocationResult.Builder Package Description org.apache.flink.runtime.resourcemanager.slotmanager -
-
Uses of ResourceAllocationResult.Builder in org.apache.flink.runtime.resourcemanager.slotmanager
Methods in org.apache.flink.runtime.resourcemanager.slotmanager that return ResourceAllocationResult.Builder Modifier and Type Method Description ResourceAllocationResult.Builder
ResourceAllocationResult.Builder. addAllocationOnPendingResource(JobID jobId, PendingTaskManagerId pendingTaskManagerId, ResourceProfile resourceProfile)
ResourceAllocationResult.Builder
ResourceAllocationResult.Builder. addAllocationOnRegisteredResource(JobID jobId, InstanceID instanceId, ResourceProfile resourceProfile)
ResourceAllocationResult.Builder
ResourceAllocationResult.Builder. addPendingTaskManagerAllocate(PendingTaskManager pendingTaskManager)
ResourceAllocationResult.Builder
ResourceAllocationResult.Builder. addUnfulfillableJob(JobID jobId)
static ResourceAllocationResult.Builder
ResourceAllocationResult. builder()
-