public class CommandRxBatchService extends CommandRxService
objectBuilder| Constructor and Description |
|---|
CommandRxBatchService(ConnectionManager connectionManager,
BatchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
<V,R> void |
async(boolean readOnlyMode,
NodeSource nodeSource,
Codec codec,
RedisCommand<V> command,
Object[] params,
RPromise<R> mainPromise,
boolean ignoreRedirect) |
protected <R> RPromise<R> |
createPromise() |
CommandAsyncExecutor |
enableRedissonReferenceSupport(RedissonRxClient redissonReactive) |
RFuture<BatchResult<?>> |
executeAsync() |
<R> io.reactivex.rxjava3.core.Flowable<R> |
flowable(Callable<RFuture<R>> supplier) |
convertException, enableRedissonReferenceSupport, enableRedissonReferenceSupport, encode, encodeMapKey, encodeMapValue, evalAllAsync, evalReadAsync, evalReadAsync, evalReadAsync, evalWriteAllAsync, evalWriteAsync, evalWriteAsync, get, getConnectionManager, getInterrupted, getObjectBuilder, isEvalCacheActive, pollFromAnyAsync, readAllAsync, readAllAsync, readAllAsync, readAllAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readBatchedAsync, readRandomAsync, readRandomAsync, syncSubscription, syncSubscriptionInterrupted, writeAllAsync, writeAllAsync, writeAllAsync, writeAsync, writeAsync, writeAsync, writeAsync, writeAsync, writeBatchedAsyncclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertException, enableRedissonReferenceSupport, enableRedissonReferenceSupport, encode, encodeMapKey, encodeMapValue, evalReadAsync, evalReadAsync, evalReadAsync, evalWriteAllAsync, evalWriteAsync, evalWriteAsync, get, getConnectionManager, getInterrupted, getObjectBuilder, pollFromAnyAsync, readAllAsync, readAllAsync, readAllAsync, readAllAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readBatchedAsync, readRandomAsync, readRandomAsync, syncSubscription, syncSubscriptionInterrupted, writeAllAsync, writeAllAsync, writeAllAsync, writeAsync, writeAsync, writeAsync, writeAsync, writeAsync, writeBatchedAsyncpublic CommandRxBatchService(ConnectionManager connectionManager, BatchOptions options)
public <R> io.reactivex.rxjava3.core.Flowable<R> flowable(Callable<RFuture<R>> supplier)
flowable in interface CommandRxExecutorflowable in class CommandRxServiceprotected <R> RPromise<R> createPromise()
createPromise in class CommandAsyncServicepublic <V,R> void async(boolean readOnlyMode,
NodeSource nodeSource,
Codec codec,
RedisCommand<V> command,
Object[] params,
RPromise<R> mainPromise,
boolean ignoreRedirect)
async in class CommandAsyncServicepublic RFuture<BatchResult<?>> executeAsync()
public CommandAsyncExecutor enableRedissonReferenceSupport(RedissonRxClient redissonReactive)
enableRedissonReferenceSupport in interface CommandAsyncExecutorenableRedissonReferenceSupport in class CommandAsyncServiceCopyright © 2014–2020 Redisson. All rights reserved.