public interface SlotActions
TaskSlotTable
.Modifier and Type | Method and Description |
---|---|
void |
freeSlot(AllocationID allocationId)
Free the task slot with the given allocation id.
|
void |
timeoutSlot(AllocationID allocationId,
UUID ticket)
Timeout the task slot for the given allocation id.
|
void freeSlot(AllocationID allocationId)
allocationId
- to identify the slot to be freedvoid timeoutSlot(AllocationID allocationId, UUID ticket)
allocationId
- identifying the task slot to be timed outticket
- allowing to filter invalid timeouts outCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.