| Interface | Description |
|---|---|
| SlotOwner |
Interface for components that hold slots and to which slots get released / recycled.
|
| TaskManagerGateway |
Task manager gateway interface to communicate with the task manager.
|
| Class | Description |
|---|---|
| ActorTaskManagerGateway |
Implementation of the
TaskManagerGateway for ActorGateway. |
| AllocatedSlot |
The
AllocatedSlot represents a slot that the JobManager allocated from a TaskManager. |
| SlotAndLocality |
A combination of a
AllocatedSlot and a Locality. |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.