| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.scheduler |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SimpleExecutionSlotAllocator
A simple implementation of
ExecutionSlotAllocator. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected ExecutionSlotAllocator |
DefaultScheduler.executionSlotAllocator |
| 限定符和类型 | 方法和说明 |
|---|---|
ExecutionSlotAllocator |
ExecutionSlotAllocatorFactory.createInstance(org.apache.flink.runtime.scheduler.ExecutionSlotAllocationContext context)
Instantiates the
ExecutionSlotAllocator. |
ExecutionSlotAllocator |
SimpleExecutionSlotAllocator.Factory.createInstance(org.apache.flink.runtime.scheduler.ExecutionSlotAllocationContext context) |
ExecutionSlotAllocator |
SlotSharingExecutionSlotAllocatorFactory.createInstance(org.apache.flink.runtime.scheduler.ExecutionSlotAllocationContext context) |
| 限定符和类型 | 方法和说明 |
|---|---|
DefaultExecutionDeployer |
DefaultExecutionDeployer.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) |
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–2022 The Apache Software Foundation. All rights reserved.