Uses of Interface
org.apache.cassandra.utils.concurrent.Condition
-
Packages that use Condition Package Description org.apache.cassandra.service org.apache.cassandra.utils.concurrent -
-
Uses of Condition in org.apache.cassandra.service
Fields in org.apache.cassandra.service declared as Condition Modifier and Type Field Description protected Condition
TruncateResponseHandler. condition
-
Uses of Condition in org.apache.cassandra.utils.concurrent
Subinterfaces of Condition in org.apache.cassandra.utils.concurrent Modifier and Type Interface Description interface
ConditionAsConsumer<T>
static interface
WaitQueue.Signal
A Signal is a one-time-use mechanism for a thread to wait for notification that some condition state has transitioned that it may be interested in (and hence should check if it is).Classes in org.apache.cassandra.utils.concurrent that implement Condition Modifier and Type Class Description static class
Condition.Async
An asynchronousCondition
.static class
Condition.Sync
ACondition
based on its object monitor.static class
ConditionAsConsumer.Async<T>
static class
WaitQueue.Standard.AbstractSignal
An abstract signal implementation TODO: use intrusive linked listMethods in org.apache.cassandra.utils.concurrent that return Condition Modifier and Type Method Description static Condition
Condition. newOneTimeCondition()
Factory method used to capture and redirect instantiations for simulation
-