| Modifier and Type | Method and Description |
|---|---|
TaskExecutorConnection |
TaskManagerSlot.getTaskManagerConnection() |
| Constructor and Description |
|---|
TaskManagerSlot(SlotID slotId,
ResourceProfile resourceProfile,
TaskExecutorConnection taskManagerConnection) |
| Modifier and Type | Class and Description |
|---|---|
class |
WorkerRegistration<WorkerType extends ResourceIDRetrievable>
This class extends the
TaskExecutorConnection, adding the worker information. |
| Modifier and Type | Method and Description |
|---|---|
TaskExecutorConnection |
TaskManagerRegistration.getTaskManagerConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
SlotManager.registerTaskManager(TaskExecutorConnection taskExecutorConnection,
SlotReport initialSlotReport)
Registers a new task manager at the slot manager.
|
| Constructor and Description |
|---|
TaskManagerRegistration(TaskExecutorConnection taskManagerConnection,
Collection<SlotID> slots) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.