Uses of Interface
org.apache.cassandra.utils.concurrent.WaitQueue.Signal
Packages that use WaitQueue.Signal
-
Uses of WaitQueue.Signal in org.apache.cassandra.utils.concurrent
Classes in org.apache.cassandra.utils.concurrent that implement WaitQueue.SignalModifier and TypeClassDescriptionstatic classAn abstract signal implementation TODO: use intrusive linked listMethods in org.apache.cassandra.utils.concurrent that return WaitQueue.SignalModifier and TypeMethodDescriptionWaitQueue.Standard.AbstractSignal.await()WaitQueue.Standard.AbstractSignal.awaitUninterruptibly()WaitQueue.register()The calling thread MUST be the thread that uses the signal<V> WaitQueue.SignalThe calling thread MUST be the thread that uses the signal.WaitQueue.Standard.register()The calling thread MUST be the thread that uses the signal<V> WaitQueue.SignalThe calling thread MUST be the thread that uses the signal.Methods in org.apache.cassandra.utils.concurrent with parameters of type WaitQueue.Signal