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.BuilderResourceAllocationResult.Builder. addAllocationOnPendingResource(org.apache.flink.api.common.JobID jobId, PendingTaskManagerId pendingTaskManagerId, ResourceProfile resourceProfile)ResourceAllocationResult.BuilderResourceAllocationResult.Builder. addAllocationOnRegisteredResource(org.apache.flink.api.common.JobID jobId, InstanceID instanceId, ResourceProfile resourceProfile)ResourceAllocationResult.BuilderResourceAllocationResult.Builder. addPendingTaskManagerAllocate(PendingTaskManager pendingTaskManager)ResourceAllocationResult.BuilderResourceAllocationResult.Builder. addUnfulfillableJob(org.apache.flink.api.common.JobID jobId)static ResourceAllocationResult.BuilderResourceAllocationResult. builder()
-