Uses of Interface
org.apache.cassandra.utils.concurrent.WaitQueue
Packages that use WaitQueue
Package
Description
-
Uses of WaitQueue in org.apache.cassandra.db.commitlog
Fields in org.apache.cassandra.db.commitlog declared as WaitQueue -
Uses of WaitQueue in org.apache.cassandra.utils.concurrent
Classes in org.apache.cassandra.utils.concurrent that implement WaitQueueMethods in org.apache.cassandra.utils.concurrent that return WaitQueueModifier and TypeMethodDescriptionstatic WaitQueueWaitQueue.newWaitQueue()Factory method used to capture and redirect instantiations for simulationMethods in org.apache.cassandra.utils.concurrent with parameters of type WaitQueueModifier and TypeMethodDescriptionstatic voidWaitQueue.waitOnCondition(BooleanSupplier condition, WaitQueue queue) Loops waiting on the supplied condition and WaitQueue and will not return until the condition is true -
Uses of WaitQueue in org.apache.cassandra.utils.memory
Methods in org.apache.cassandra.utils.memory that return WaitQueue