Uses of Interface
org.apache.cassandra.utils.concurrent.Condition
Packages that use Condition
Package
Description
-
Uses of Condition in org.apache.cassandra.repair.autorepair
Fields in org.apache.cassandra.repair.autorepair declared as Condition -
Uses of Condition in org.apache.cassandra.service
Fields in org.apache.cassandra.service declared as Condition -
Uses of Condition in org.apache.cassandra.utils.concurrent
Subinterfaces of Condition in org.apache.cassandra.utils.concurrentModifier and TypeInterfaceDescriptioninterfacestatic interfaceA 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 ConditionModifier and TypeClassDescriptionstatic classAn asynchronousCondition.static classAConditionbased on its object monitor.static classstatic classAn abstract signal implementation TODO: use intrusive linked listMethods in org.apache.cassandra.utils.concurrent that return ConditionModifier and TypeMethodDescriptionstatic ConditionCondition.newOneTimeCondition()Factory method used to capture and redirect instantiations for simulation