public class CommandRxBatchService extends CommandRxService
redisson, redissonReactive, redissonRx| Constructor and Description |
|---|
CommandRxBatchService(ConnectionManager connectionManager) |
| Modifier and Type | Method and Description |
|---|---|
<V,R> void |
async(boolean readOnlyMode,
NodeSource nodeSource,
Codec codec,
RedisCommand<V> command,
Object[] params,
RPromise<R> mainPromise,
int attempt,
boolean ignoreRedirect) |
CommandAsyncExecutor |
enableRedissonReferenceSupport(RedissonRxClient redissonReactive) |
RFuture<BatchResult<?>> |
executeAsync(BatchOptions options) |
<R> io.reactivex.Flowable<R> |
flowable(Callable<RFuture<R>> supplier) |
<R> io.reactivex.Flowable<R> |
superReactive(Callable<RFuture<R>> supplier) |
await, checkAttemptFuture, convertException, createPromise, enableRedissonReferenceSupport, enableRedissonReferenceSupport, evalAllAsync, evalReadAsync, evalReadAsync, evalReadAsync, evalWriteAllAsync, evalWriteAsync, evalWriteAsync, free, get, getConnection, getConnectionManager, handleError, handleSuccess, isEvalCacheActive, isRedissonReferenceSupportEnabled, readAllAsync, readAllAsync, readAllAsync, readAllAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readRandomAsync, readRandomAsync, releaseConnection, sendCommand, syncSubscription, tryHandleReference, writeAllAsync, writeAllAsync, writeAllAsync, writeAsync, writeAsync, writeAsync, writeAsyncclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitawait, convertException, enableRedissonReferenceSupport, enableRedissonReferenceSupport, evalReadAsync, evalReadAsync, evalReadAsync, evalWriteAllAsync, evalWriteAsync, evalWriteAsync, get, getConnectionManager, isRedissonReferenceSupportEnabled, readAllAsync, readAllAsync, readAllAsync, readAllAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readRandomAsync, readRandomAsync, syncSubscription, writeAllAsync, writeAllAsync, writeAllAsync, writeAsync, writeAsync, writeAsync, writeAsyncpublic CommandRxBatchService(ConnectionManager connectionManager)
public <R> io.reactivex.Flowable<R> flowable(Callable<RFuture<R>> supplier)
flowable in interface CommandRxExecutorflowable in class CommandRxServicepublic <V,R> void async(boolean readOnlyMode,
NodeSource nodeSource,
Codec codec,
RedisCommand<V> command,
Object[] params,
RPromise<R> mainPromise,
int attempt,
boolean ignoreRedirect)
async in class CommandAsyncServicepublic RFuture<BatchResult<?>> executeAsync(BatchOptions options)
public CommandAsyncExecutor enableRedissonReferenceSupport(RedissonRxClient redissonReactive)
enableRedissonReferenceSupport in interface CommandAsyncExecutorenableRedissonReferenceSupport in class CommandAsyncServiceCopyright © 2014–2018 The Redisson Project. All rights reserved.