Uses of Interface
org.apache.flink.runtime.scheduler.ExecutionSlotAllocator
Packages that use ExecutionSlotAllocator
-
Uses of ExecutionSlotAllocator in org.apache.flink.runtime.scheduler
Classes in org.apache.flink.runtime.scheduler that implement ExecutionSlotAllocatorFields in org.apache.flink.runtime.scheduler declared as ExecutionSlotAllocatorModifier and TypeFieldDescriptionprotected final ExecutionSlotAllocatorDefaultScheduler.executionSlotAllocatorMethods in org.apache.flink.runtime.scheduler that return ExecutionSlotAllocatorModifier and TypeMethodDescriptionExecutionSlotAllocatorFactory.createInstance(org.apache.flink.runtime.scheduler.ExecutionSlotAllocationContext context) Instantiates theExecutionSlotAllocator.SimpleExecutionSlotAllocator.Factory.createInstance(org.apache.flink.runtime.scheduler.ExecutionSlotAllocationContext context) SlotSharingExecutionSlotAllocatorFactory.createInstance(org.apache.flink.runtime.scheduler.ExecutionSlotAllocationContext context) Methods in org.apache.flink.runtime.scheduler with parameters of type ExecutionSlotAllocatorModifier and TypeMethodDescriptionDefaultExecutionDeployer.Factory.createInstance(org.slf4j.Logger log, ExecutionSlotAllocator executionSlotAllocator, ExecutionOperations executionOperations, ExecutionVertexVersioner executionVertexVersioner, Duration partitionRegistrationTimeout, BiConsumer<ExecutionVertexID, AllocationID> allocationReservationFunc, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor) ExecutionDeployer.Factory.createInstance(org.slf4j.Logger log, ExecutionSlotAllocator executionSlotAllocator, ExecutionOperations executionOperations, ExecutionVertexVersioner executionVertexVersioner, Duration partitionRegistrationTimeout, BiConsumer<ExecutionVertexID, AllocationID> allocationReservationFunc, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor) Instantiate anExecutionDeployerwith the given params.