Uses of Interface
org.apache.cassandra.utils.concurrent.CountDownLatch
-
Packages that use CountDownLatch Package Description org.apache.cassandra.index.sasi.disk org.apache.cassandra.service.paxos.v1 org.apache.cassandra.utils.concurrent -
-
Uses of CountDownLatch in org.apache.cassandra.index.sasi.disk
Methods in org.apache.cassandra.index.sasi.disk with parameters of type CountDownLatch Modifier and Type Method Description voidPerSSTableIndexWriter.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 Modifier and Type Field Description protected CountDownLatchAbstractPaxosCallback. latch -
Uses of CountDownLatch in org.apache.cassandra.utils.concurrent
Classes in org.apache.cassandra.utils.concurrent that implement CountDownLatch Modifier and Type Class Description static classCountDownLatch.Asyncstatic classCountDownLatch.SyncMethods in org.apache.cassandra.utils.concurrent that return CountDownLatch Modifier and Type Method Description static CountDownLatchCountDownLatch. newCountDownLatch(int count)Factory method used to capture and redirect instantiations for simulation
-