Uses of Interface
org.apache.flink.runtime.scheduler.ExecutionDeployer
Packages that use ExecutionDeployer
-
Uses of ExecutionDeployer in org.apache.flink.runtime.scheduler
Classes in org.apache.flink.runtime.scheduler that implement ExecutionDeployerFields in org.apache.flink.runtime.scheduler declared as ExecutionDeployerModifier and TypeFieldDescriptionprotected final ExecutionDeployerDefaultScheduler.executionDeployerMethods in org.apache.flink.runtime.scheduler that return ExecutionDeployerModifier and TypeMethodDescriptionExecutionDeployer.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.