| Package | Description |
|---|---|
| org.apache.flink.runtime.scheduler |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExecutionDeployer
Default implementation of
ExecutionDeployer. |
| Modifier and Type | Field and Description |
|---|---|
protected ExecutionDeployer |
DefaultScheduler.executionDeployer |
| Modifier and Type | Method and Description |
|---|---|
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–2024 The Apache Software Foundation. All rights reserved.