Uses of Interface
org.apache.flink.runtime.scheduler.ExecutionSlotAllocator
-
Packages that use ExecutionSlotAllocator Package Description org.apache.flink.runtime.scheduler -
-
Uses of ExecutionSlotAllocator in org.apache.flink.runtime.scheduler
Classes in org.apache.flink.runtime.scheduler that implement ExecutionSlotAllocator Modifier and Type Class Description classSimpleExecutionSlotAllocatorA simple implementation ofExecutionSlotAllocator.Fields in org.apache.flink.runtime.scheduler declared as ExecutionSlotAllocator Modifier and Type Field Description protected ExecutionSlotAllocatorDefaultScheduler. executionSlotAllocatorMethods in org.apache.flink.runtime.scheduler that return ExecutionSlotAllocator Modifier and Type Method Description ExecutionSlotAllocatorExecutionSlotAllocatorFactory. createInstance(org.apache.flink.runtime.scheduler.ExecutionSlotAllocationContext context)Instantiates theExecutionSlotAllocator.ExecutionSlotAllocatorSimpleExecutionSlotAllocator.Factory. createInstance(org.apache.flink.runtime.scheduler.ExecutionSlotAllocationContext context)ExecutionSlotAllocatorSlotSharingExecutionSlotAllocatorFactory. createInstance(org.apache.flink.runtime.scheduler.ExecutionSlotAllocationContext context)Methods in org.apache.flink.runtime.scheduler with parameters of type ExecutionSlotAllocator Modifier and Type Method Description DefaultExecutionDeployerDefaultExecutionDeployer.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)ExecutionDeployerExecutionDeployer.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.
-