| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.scheduler |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultExecutionDeployer
Default implementation of
ExecutionDeployer. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected ExecutionDeployer |
DefaultScheduler.executionDeployer |
| 限定符和类型 | 方法和说明 |
|---|---|
ExecutionDeployer |
ExecutionDeployer.Factory.createInstance(org.slf4j.Logger log,
ExecutionSlotAllocator executionSlotAllocator,
ExecutionOperations executionOperations,
ExecutionVertexVersioner executionVertexVersioner,
org.apache.flink.api.common.time.Time partitionRegistrationTimeout,
java.util.function.BiConsumer<ExecutionVertexID,AllocationID> allocationReservationFunc,
org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor)
Instantiate an
ExecutionDeployer with the given params. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.