Uses of Class
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
Methods 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()
-