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 void
PerSSTableIndexWriter.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 CountDownLatch
AbstractPaxosCallback. 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 class
CountDownLatch.Async
static class
CountDownLatch.Sync
Methods in org.apache.cassandra.utils.concurrent that return CountDownLatch Modifier and Type Method Description static CountDownLatch
CountDownLatch. newCountDownLatch(int count)
Factory method used to capture and redirect instantiations for simulation
-