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 classWaitQueue.Standard.AbstractSignalAn abstract signal implementation TODO: use intrusive linked listMethods in org.apache.cassandra.utils.concurrent that return WaitQueue.Signal Modifier and Type Method Description WaitQueue.SignalWaitQueue.Standard.AbstractSignal. await()WaitQueue.SignalWaitQueue. register()The calling thread MUST be the thread that uses the signal<V> WaitQueue.SignalWaitQueue. register(V supplyOnDone, java.util.function.Consumer<V> receiveOnDone)The calling thread MUST be the thread that uses the signal.WaitQueue.SignalWaitQueue.Standard. register()The calling thread MUST be the thread that uses the signal<V> WaitQueue.SignalWaitQueue.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 voidOpOrder.Group. notifyIfBlocking(WaitQueue.Signal signal)
-