Package org.apache.flink.runtime.taskexecutor.slot
-
Interface Summary Interface Description SlotActions Interface to trigger slot actions from within theTaskSlotTable.SlotAllocationSnapshotPersistenceService Service for persistingSlotAllocationSnapshot.TaskSlotPayload Payload interface forTaskSlot.TaskSlotTable<T extends TaskSlotPayload> Container for multipleTaskSlotinstances.TimeoutListener<K> Listener for timeout events by theTimerService.TimerService<K> Service to register timeouts for a given key. -
Class Summary Class Description DefaultTimerService<K> Service to register timeouts for a given key.FileSlotAllocationSnapshotPersistenceService File basedSlotAllocationSnapshotPersistenceServicethat persists theSlotAllocationSnapshotas local files.SlotAllocationSnapshot Model to save local slot allocation info.SlotOffer Describe the slot offering to job manager provided by task manager.TaskSlot<T extends TaskSlotPayload> Container for multipletasksbelonging to the same slot.TaskSlotTableImpl<T extends TaskSlotPayload> Default implementation ofTaskSlotTable. -
Enum Summary Enum Description NoOpSlotAllocationSnapshotPersistenceService SlotAllocationSnapshotPersistenceServicethat does nothing. -
Exception Summary Exception Description SlotNotActiveException Exception indicating that the givenTaskSlotwas not in state active.SlotNotFoundException Exception indicating that aTaskSlotcould not be found.