Uses of Class
org.redisson.misc.AsyncCountDownLatch
-
Packages that use AsyncCountDownLatch Package Description org.redisson.command -
-
Uses of AsyncCountDownLatch in org.redisson.command
Constructors in org.redisson.command with parameters of type AsyncCountDownLatch Constructor Description RedisQueuedBatchExecutor(boolean readOnlyMode, NodeSource source, Codec codec, RedisCommand<V> command, Object[] params, RPromise<R> mainPromise, boolean ignoreRedirect, ConnectionManager connectionManager, RedissonObjectBuilder objectBuilder, ConcurrentMap<MasterSlaveEntry,CommandBatchService.Entry> commands, ConcurrentMap<MasterSlaveEntry,CommandBatchService.ConnectionEntry> connections, BatchOptions options, AtomicInteger index, AtomicBoolean executed, AsyncCountDownLatch latch, RedissonObjectBuilder.ReferenceType referenceType)
-