public class CommandReactiveBatchService extends CommandReactiveService
redisson, redissonReactive| Constructor and Description |
|---|
CommandReactiveBatchService(ConnectionManager connectionManager) |
| Modifier and Type | Method and Description |
|---|---|
protected <V,R> void |
async(boolean readOnlyMode,
NodeSource nodeSource,
Codec codec,
RedisCommand<V> command,
Object[] params,
RPromise<R> mainPromise,
int attempt) |
CommandAsyncExecutor |
enableRedissonReferenceSupport(RedissonReactiveClient redissonReactive) |
List<?> |
execute() |
List<?> |
execute(long responseTimeout,
int retryAttempts,
long retryInterval) |
RFuture<List<?>> |
executeAsync() |
RFuture<List<?>> |
executeAsync(long responseTimeout,
int retryAttempts,
long retryInterval) |
RFuture<Void> |
executeAsyncVoid() |
void |
executeSkipResult(long timeout,
int retryAttempts,
long retryInterval) |
RFuture<Void> |
executeSkipResultAsync(long timeout,
int retryAttempts,
long retryInterval) |
<R> org.reactivestreams.Publisher<R> |
reactive(reactor.fn.Supplier<RFuture<R>> supplier) |
evalReadReactive, evalReadReactive, evalWriteAllReactive, evalWriteReactive, readAllReactive, readRandomReactive, readReactive, readReactive, readReactive, writeAllReactive, writeAllReactive, writeReactive, writeReactive, writeReactiveawait, convertException, enableRedissonReferenceSupport, evalAllAsync, evalReadAsync, evalReadAsync, evalReadAsync, evalReadAsync, evalWriteAllAsync, evalWriteAsync, evalWriteAsync, evalWriteAsync, get, getConnectionManager, isRedissonReferenceSupportEnabled, readAllAsync, readAllAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readRandomAsync, releaseConnection, syncSubscription, writeAllAsync, writeAllAsync, writeAsync, writeAsync, writeAsync, writeAsyncclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitawait, convertException, enableRedissonReferenceSupport, evalReadAsync, evalReadAsync, evalReadAsync, evalReadAsync, evalWriteAllAsync, evalWriteAsync, evalWriteAsync, evalWriteAsync, get, getConnectionManager, isRedissonReferenceSupportEnabled, readAllAsync, readAllAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readRandomAsync, syncSubscription, writeAllAsync, writeAllAsync, writeAsync, writeAsync, writeAsync, writeAsyncpublic CommandReactiveBatchService(ConnectionManager connectionManager)
public <R> org.reactivestreams.Publisher<R> reactive(reactor.fn.Supplier<RFuture<R>> supplier)
reactive in interface CommandReactiveExecutorreactive in class CommandReactiveServiceprotected <V,R> void async(boolean readOnlyMode,
NodeSource nodeSource,
Codec codec,
RedisCommand<V> command,
Object[] params,
RPromise<R> mainPromise,
int attempt)
async in class CommandAsyncServicepublic List<?> execute()
public List<?> execute(long responseTimeout, int retryAttempts, long retryInterval)
public void executeSkipResult(long timeout,
int retryAttempts,
long retryInterval)
public RFuture<Void> executeSkipResultAsync(long timeout, int retryAttempts, long retryInterval)
public RFuture<List<?>> executeAsync(long responseTimeout, int retryAttempts, long retryInterval)
public CommandAsyncExecutor enableRedissonReferenceSupport(RedissonReactiveClient redissonReactive)
enableRedissonReferenceSupport in interface CommandAsyncExecutorenableRedissonReferenceSupport in class CommandAsyncServiceCopyright © 2014–2017 The Redisson Project. All rights reserved.