Interface | Description |
---|---|
SlotActions |
Interface to trigger slot actions from within the
TaskSlotTable . |
TaskSlotPayload |
Payload interface for
TaskSlot . |
TaskSlotTable<T extends TaskSlotPayload> |
Container for multiple
TaskSlot instances. |
TimeoutListener<K> |
Listener for timeout events by the
TimerService . |
Class | Description |
---|---|
SlotOffer |
Describe the slot offering to job manager provided by task manager.
|
TaskSlot<T extends TaskSlotPayload> |
Container for multiple
tasks belonging to the same slot. |
TaskSlotTableImpl<T extends TaskSlotPayload> |
Default implementation of
TaskSlotTable . |
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–2021 The Apache Software Foundation. All rights reserved.