Uses of Annotation Interface
org.apache.cassandra.utils.Intercept
Packages that use Intercept
-
Uses of Intercept in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils with annotations of type Intercept -
Uses of Intercept in org.apache.cassandra.utils.concurrent
Methods in org.apache.cassandra.utils.concurrent with annotations of type InterceptModifier and TypeMethodDescriptionstatic <T> BlockingQueue<T>BlockingQueues.newBlockingQueue()static <T> BlockingQueue<T>BlockingQueues.newBlockingQueue(int capacity) static CountDownLatchCountDownLatch.newCountDownLatch(int count) Factory method used to capture and redirect instantiations for simulationstatic 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 ConditionCondition.newOneTimeCondition()Factory method used to capture and redirect instantiations for simulationstatic SemaphoreSemaphore.newSemaphore(int permits) Factory method used to capture and redirect instantiations for simulation Construct an unfair Semaphore initially holding the specified number of permitsstatic WaitQueueWaitQueue.newWaitQueue()Factory method used to capture and redirect instantiations for simulationstatic boolean