Uses of Interface
org.apache.cassandra.utils.concurrent.WaitQueue.Signal
-
Packages that use WaitQueue.Signal Package Description org.apache.cassandra.utils.concurrent -
-
Uses of WaitQueue.Signal in org.apache.cassandra.utils.concurrent
Classes in org.apache.cassandra.utils.concurrent that implement WaitQueue.Signal Modifier and Type Class Description static class
WaitQueue.Standard.AbstractSignal
An abstract signal implementation TODO: use intrusive linked listMethods in org.apache.cassandra.utils.concurrent that return WaitQueue.Signal Modifier and Type Method Description WaitQueue.Signal
WaitQueue.Standard.AbstractSignal. await()
WaitQueue.Signal
WaitQueue. register()
The calling thread MUST be the thread that uses the signal<V> WaitQueue.Signal
WaitQueue. register(V supplyOnDone, java.util.function.Consumer<V> receiveOnDone)
The calling thread MUST be the thread that uses the signal.WaitQueue.Signal
WaitQueue.Standard. register()
The calling thread MUST be the thread that uses the signal<V> WaitQueue.Signal
WaitQueue.Standard. register(V supplyOnDone, java.util.function.Consumer<V> receiveOnDone)
The calling thread MUST be the thread that uses the signal.Methods in org.apache.cassandra.utils.concurrent with parameters of type WaitQueue.Signal Modifier and Type Method Description void
OpOrder.Group. notifyIfBlocking(WaitQueue.Signal signal)
-