Interface | Description |
---|---|
SlotActions |
Interface to trigger slot actions from within the
TaskSlotTable . |
TimeoutListener<K> |
Listener for timeout events by the
TimerService . |
Class | Description |
---|---|
SlotOffer |
Describe the slot offering to job manager provided by task manager.
|
TaskSlot |
Container for multiple
Task belonging to the same slot. |
TaskSlotTable |
Container for multiple
TaskSlot instances. |
TimerService<K> |
Service to register timeouts for a given key.
|
Exception | Description |
---|---|
SlotNotActiveException |
Exception indicating that the given
TaskSlot was not in state active. |
SlotNotFoundException |
Exception indicating that a
TaskSlot could not be found. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.