Uses of Interface
org.apache.flink.runtime.scheduler.ExecutionDeployer
-
Packages that use ExecutionDeployer Package Description org.apache.flink.runtime.scheduler -
-
Uses of ExecutionDeployer in org.apache.flink.runtime.scheduler
Classes in org.apache.flink.runtime.scheduler that implement ExecutionDeployer Modifier and Type Class Description classDefaultExecutionDeployerDefault implementation ofExecutionDeployer.Fields in org.apache.flink.runtime.scheduler declared as ExecutionDeployer Modifier and Type Field Description protected ExecutionDeployerDefaultScheduler. executionDeployerMethods in org.apache.flink.runtime.scheduler that return ExecutionDeployer Modifier and Type Method Description 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.
-