Uses of Interface
org.apache.cassandra.utils.concurrent.WaitQueue
-
Packages that use WaitQueue Package Description org.apache.cassandra.db.commitlog org.apache.cassandra.utils.concurrent org.apache.cassandra.utils.memory -
-
Uses of WaitQueue in org.apache.cassandra.db.commitlog
Fields in org.apache.cassandra.db.commitlog declared as WaitQueue Modifier and Type Field Description protected WaitQueue
AbstractCommitLogService. syncComplete
-
Uses of WaitQueue in org.apache.cassandra.utils.concurrent
Classes in org.apache.cassandra.utils.concurrent that implement WaitQueue Modifier and Type Class Description static class
WaitQueue.Standard
Methods in org.apache.cassandra.utils.concurrent that return WaitQueue Modifier and Type Method Description static WaitQueue
WaitQueue. newWaitQueue()
Factory method used to capture and redirect instantiations for simulationMethods in org.apache.cassandra.utils.concurrent with parameters of type WaitQueue Modifier and Type Method Description static void
WaitQueue. waitOnCondition(java.util.function.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 Modifier and Type Method Description WaitQueue
MemtablePool.SubPool. hasRoom()
-