Package | Description |
---|---|
org.apache.flink.runtime.taskexecutor.slot | |
org.apache.flink.runtime.taskmanager |
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Class and Description |
---|---|
class |
Task
The Task represents one execution of a parallel subtask on a TaskManager.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.