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 class
DefaultExecutionDeployer
Default implementation ofExecutionDeployer
.Fields in org.apache.flink.runtime.scheduler declared as ExecutionDeployer Modifier and Type Field Description protected ExecutionDeployer
DefaultScheduler. executionDeployer
Methods in org.apache.flink.runtime.scheduler that return ExecutionDeployer Modifier and Type Method Description ExecutionDeployer
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 anExecutionDeployer
with the given params.
-