public interface AllocatedSlotActions
| 限定符和类型 | 方法和说明 |
|---|---|
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–2023 The Apache Software Foundation. All rights reserved.