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 SemaphoreAbstractCommitLogService. 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 classSemaphore.StandardMethods in org.apache.cassandra.utils.concurrent that return Semaphore Modifier and Type Method Description static SemaphoreSemaphore. newFairSemaphore(int permits)Factory method used to capture and redirect instantiations for simulation Construct a fair Semaphore initially holding the specified number of permitsstatic SemaphoreSemaphore. newSemaphore(int permits)Factory method used to capture and redirect instantiations for simulation Construct an unfair Semaphore initially holding the specified number of permits
-