public class CommandReactiveService extends CommandAsyncService implements CommandReactiveExecutor
redisson, redissonReactive| Constructor and Description |
|---|
CommandReactiveService(ConnectionManager connectionManager) |
| Modifier and Type | Method and Description |
|---|---|
<T,R> org.reactivestreams.Publisher<R> |
evalReadReactive(String key,
Codec codec,
RedisCommand<T> evalCommandType,
String script,
List<Object> keys,
Object... params) |
<T,R> org.reactivestreams.Publisher<R> |
evalWriteAllReactive(RedisCommand<T> command,
SlotCallback<T,R> callback,
String script,
List<Object> keys,
Object... params) |
<T,R> org.reactivestreams.Publisher<R> |
evalWriteReactive(String key,
Codec codec,
RedisCommand<T> evalCommandType,
String script,
List<Object> keys,
Object... params) |
<R> org.reactivestreams.Publisher<R> |
reactive(Supplier<RFuture<R>> supplier) |
<T,R> org.reactivestreams.Publisher<Collection<R>> |
readAllReactive(RedisCommand<T> command,
Object... params) |
<T,R> org.reactivestreams.Publisher<R> |
readRandomReactive(RedisCommand<T> command,
Object... params) |
<T,R> org.reactivestreams.Publisher<R> |
readReactive(RedisClient client,
String name,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> org.reactivestreams.Publisher<R> |
readReactive(String key,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> org.reactivestreams.Publisher<R> |
readReactive(String key,
RedisCommand<T> command,
Object... params) |
<T> org.reactivestreams.Publisher<Void> |
writeAllReactive(RedisCommand<T> command,
Object... params) |
<R,T> org.reactivestreams.Publisher<R> |
writeAllReactive(RedisCommand<T> command,
SlotCallback<T,R> callback,
Object... params) |
<T,R> org.reactivestreams.Publisher<R> |
writeReactive(MasterSlaveEntry entry,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> org.reactivestreams.Publisher<R> |
writeReactive(String key,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> org.reactivestreams.Publisher<R> |
writeReactive(String key,
RedisCommand<T> command,
Object... params) |
async, await, checkAttemptFuture, convertException, createPromise, enableRedissonReferenceSupport, enableRedissonReferenceSupport, evalAllAsync, evalReadAsync, evalReadAsync, evalReadAsync, evalWriteAllAsync, evalWriteAsync, evalWriteAsync, free, get, getConnection, getConnectionManager, handleError, handleSuccess, isRedissonReferenceSupportEnabled, readAllAsync, readAllAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readRandomAsync, releaseConnection, sendCommand, syncSubscription, tryHandleReference, writeAllAsync, writeAllAsync, 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, readAsync, readAsync, readAsync, readAsync, readAsync, readAsync, readRandomAsync, syncSubscription, writeAllAsync, writeAllAsync, writeAsync, writeAsync, writeAsyncpublic CommandReactiveService(ConnectionManager connectionManager)
public <T,R> org.reactivestreams.Publisher<R> evalWriteAllReactive(RedisCommand<T> command, SlotCallback<T,R> callback, String script, List<Object> keys, Object... params)
evalWriteAllReactive in interface CommandReactiveExecutorpublic <R> org.reactivestreams.Publisher<R> reactive(Supplier<RFuture<R>> supplier)
reactive in interface CommandReactiveExecutorpublic <T,R> org.reactivestreams.Publisher<Collection<R>> readAllReactive(RedisCommand<T> command, Object... params)
readAllReactive in interface CommandReactiveExecutorpublic <T,R> org.reactivestreams.Publisher<R> readRandomReactive(RedisCommand<T> command, Object... params)
readRandomReactive in interface CommandReactiveExecutorpublic <T,R> org.reactivestreams.Publisher<R> readReactive(RedisClient client, String name, Codec codec, RedisCommand<T> command, Object... params)
readReactive in interface CommandReactiveExecutorpublic <T,R> org.reactivestreams.Publisher<R> writeReactive(String key, RedisCommand<T> command, Object... params)
writeReactive in interface CommandReactiveExecutorpublic <T,R> org.reactivestreams.Publisher<R> writeReactive(String key, Codec codec, RedisCommand<T> command, Object... params)
writeReactive in interface CommandReactiveExecutorpublic <T,R> org.reactivestreams.Publisher<R> writeReactive(MasterSlaveEntry entry, Codec codec, RedisCommand<T> command, Object... params)
writeReactive in interface CommandReactiveExecutorpublic <T,R> org.reactivestreams.Publisher<R> readReactive(String key, RedisCommand<T> command, Object... params)
readReactive in interface CommandReactiveExecutorpublic <T,R> org.reactivestreams.Publisher<R> readReactive(String key, Codec codec, RedisCommand<T> command, Object... params)
readReactive in interface CommandReactiveExecutorpublic <T,R> org.reactivestreams.Publisher<R> evalReadReactive(String key, Codec codec, RedisCommand<T> evalCommandType, String script, List<Object> keys, Object... params)
evalReadReactive in interface CommandReactiveExecutorpublic <T,R> org.reactivestreams.Publisher<R> evalWriteReactive(String key, Codec codec, RedisCommand<T> evalCommandType, String script, List<Object> keys, Object... params)
evalWriteReactive in interface CommandReactiveExecutorpublic <T> org.reactivestreams.Publisher<Void> writeAllReactive(RedisCommand<T> command, Object... params)
writeAllReactive in interface CommandReactiveExecutorpublic <R,T> org.reactivestreams.Publisher<R> writeAllReactive(RedisCommand<T> command, SlotCallback<T,R> callback, Object... params)
writeAllReactive in interface CommandReactiveExecutorCopyright © 2014–2018 The Redisson Project. All rights reserved.