Uses of Interface
org.apache.cassandra.utils.concurrent.Semaphore
-
Packages that use Semaphore Package Description org.apache.cassandra.db.commitlog org.apache.cassandra.utils.concurrent -
-
Uses of Semaphore in org.apache.cassandra.db.commitlog
Fields in org.apache.cassandra.db.commitlog declared as Semaphore Modifier and Type Field Description protected Semaphore
AbstractCommitLogService. haveWork
-
Uses of Semaphore in org.apache.cassandra.utils.concurrent
Classes in org.apache.cassandra.utils.concurrent that implement Semaphore Modifier and Type Class Description static class
Semaphore.Standard
Methods in org.apache.cassandra.utils.concurrent that return Semaphore Modifier and Type Method Description static Semaphore
Semaphore. newFairSemaphore(int permits)
Factory method used to capture and redirect instantiations for simulation Construct a fair Semaphore initially holding the specified number of permitsstatic Semaphore
Semaphore. newSemaphore(int permits)
Factory method used to capture and redirect instantiations for simulation Construct an unfair Semaphore initially holding the specified number of permits
-