Uses of Class
org.apache.flink.runtime.resourcemanager.slotmanager.ResourceAllocationResult.Builder
Packages that use ResourceAllocationResult.Builder
-
Uses of ResourceAllocationResult.Builder in org.apache.flink.runtime.resourcemanager.slotmanager
Methods in org.apache.flink.runtime.resourcemanager.slotmanager that return ResourceAllocationResult.BuilderModifier and TypeMethodDescriptionResourceAllocationResult.Builder.addAllocationOnPendingResource(org.apache.flink.api.common.JobID jobId, PendingTaskManagerId pendingTaskManagerId, ResourceProfile resourceProfile) ResourceAllocationResult.Builder.addAllocationOnRegisteredResource(org.apache.flink.api.common.JobID jobId, InstanceID instanceId, ResourceProfile resourceProfile) ResourceAllocationResult.Builder.addPendingTaskManagerAllocate(PendingTaskManager pendingTaskManager) ResourceAllocationResult.Builder.addUnfulfillableJob(org.apache.flink.api.common.JobID jobId) ResourceAllocationResult.builder()