Uses of Interface
org.apache.cassandra.utils.concurrent.Semaphore
Packages that use Semaphore
-
Uses of Semaphore in org.apache.cassandra.db.commitlog
Fields in org.apache.cassandra.db.commitlog declared as Semaphore -
Uses of Semaphore in org.apache.cassandra.utils.concurrent
Classes in org.apache.cassandra.utils.concurrent that implement SemaphoreMethods in org.apache.cassandra.utils.concurrent that return SemaphoreModifier and TypeMethodDescriptionstatic 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