Uses of Class
org.apache.cassandra.utils.concurrent.UncheckedInterruptedException
Packages that use UncheckedInterruptedException
-
Uses of UncheckedInterruptedException in org.apache.cassandra.utils.concurrent
Methods in org.apache.cassandra.utils.concurrent that throw UncheckedInterruptedExceptionModifier and TypeMethodDescriptionvoidSemaphore.acquireThrowUncheckedOnInterrupt(int acquire) Take permits, waiting indefinitely until availablevoidSemaphore.Standard.acquireThrowUncheckedOnInterrupt(int acquire) AbstractFuture.awaitThrowUncheckedOnInterrupt()Wait for this future to completeAwaitable.awaitThrowUncheckedOnInterrupt()booleanAbstractFuture.awaitThrowUncheckedOnInterrupt(long time, TimeUnit units) AsyncPromise.awaitThrowUncheckedOnInterrupt()Wait for this promise to complete, throwing any interrupt as an UncheckedInterruptedExceptionAwaitable.AbstractAwaitable.awaitThrowUncheckedOnInterrupt()booleanAwaitable.AbstractAwaitable.awaitThrowUncheckedOnInterrupt(long time, TimeUnit units) Awaitable.awaitThrowUncheckedOnInterrupt()Await indefinitely, throwing any interrupt as an unchecked exception.booleanAwaitable.awaitThrowUncheckedOnInterrupt(long time, TimeUnit units) Await for the specified period, throwing any interrupt as an unchecked exception.static <A extends Awaitable>
AAwaitable.Defaults.awaitThrowUncheckedOnInterrupt(A await) static booleanAwaitable.Defaults.awaitThrowUncheckedOnInterrupt(Awaitable await, long time, TimeUnit units) SyncPromise.awaitThrowUncheckedOnInterrupt()Wait for this promise to complete, throwing any interrupt as an UncheckedInterruptedExceptionbooleanAbstractFuture.awaitUntilThrowUncheckedOnInterrupt(long nanoTimeDeadline) booleanAwaitable.AbstractAwaitable.awaitUntilThrowUncheckedOnInterrupt(long nanoTimeDeadline) booleanAwaitable.awaitUntilThrowUncheckedOnInterrupt(long nanoTimeDeadline) Await until the deadline (in nanoTime), throwing any interrupt as an unchecked exception.static booleanAwaitable.Defaults.awaitUntilThrowUncheckedOnInterrupt(Awaitable await, long nanoTimeDeadline)