Uses of Interface
org.apache.cassandra.utils.concurrent.CountDownLatch
Packages that use CountDownLatch
Package
Description
-
Uses of CountDownLatch in org.apache.cassandra.index.sasi.disk
Methods in org.apache.cassandra.index.sasi.disk with parameters of type CountDownLatchModifier and TypeMethodDescriptionvoidPerSSTableIndexWriter.Index.complete(CountDownLatch latch) -
Uses of CountDownLatch in org.apache.cassandra.service.paxos.v1
Fields in org.apache.cassandra.service.paxos.v1 declared as CountDownLatch -
Uses of CountDownLatch in org.apache.cassandra.utils.concurrent
Classes in org.apache.cassandra.utils.concurrent that implement CountDownLatchModifier and TypeClassDescriptionstatic classstatic final classMethods in org.apache.cassandra.utils.concurrent that return CountDownLatchModifier and TypeMethodDescriptionstatic CountDownLatchCountDownLatch.newCountDownLatch(int count) Factory method used to capture and redirect instantiations for simulation