V - type of valueR - type of returned valuepublic class RedisBatchExecutor<V,R> extends BaseRedisBatchExecutor<V,R>
| Constructor and Description |
|---|
RedisBatchExecutor(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,
BatchOptions options,
AtomicInteger index,
AtomicBoolean executed) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
addBatchCommandDatacheckAttemptPromise, convertException, free, free, getCodec, getConnection, handleError, handleResult, handleSuccess, onException, releaseConnection, sendCommand, tryHandleReferencepublic RedisBatchExecutor(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,
BatchOptions options,
AtomicInteger index,
AtomicBoolean executed)
public void execute()
execute in class RedisExecutor<V,R>Copyright © 2014–2019 Redisson. All rights reserved.