public interface AllocatedSlotActions
Modifier and Type | Method and Description |
---|---|
void |
releaseSlot(SlotRequestId slotRequestId,
Throwable cause)
Releases the slot with the given
SlotRequestId . |
void releaseSlot(@Nonnull SlotRequestId slotRequestId, @Nullable Throwable cause)
SlotRequestId
. Additionally, one can provide a cause
for the slot release.slotRequestId
- identifying the slot to releasecause
- of the slot release, null if noneCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.