| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.taskexecutor.slot | |
| org.apache.flink.runtime.taskmanager |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TaskSlot<T extends TaskSlotPayload>
Container for multiple
tasks belonging to the same slot. |
interface |
TaskSlotTable<T extends TaskSlotPayload>
Container for multiple
TaskSlot instances. |
class |
TaskSlotTableImpl<T extends TaskSlotPayload>
Default implementation of
TaskSlotTable. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Task
The Task represents one execution of a parallel subtask on a TaskManager.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.