Package | Description |
---|---|
org.redisson |
Modifier and Type | Method and Description |
---|---|
protected <M> RFuture<M> |
RedissonMap.mapWriterFuture(RFuture<M> future,
MapWriterTask<M> listener) |
Constructor and Description |
---|
MapWriteBehindListener(CommandAsyncExecutor commandExecutor,
MapWriterTask<R> task,
AtomicInteger writeBehindCurrentThreads,
Queue<Runnable> writeBehindTasks,
int threadsAmount) |
MapWriterPromise(RFuture<R> f,
CommandAsyncExecutor commandExecutor,
MapWriterTask<R> task) |
Copyright © 2014–2017 The Redisson Project. All rights reserved.