Uses of Class
org.redisson.connection.NodeSource
-
Packages that use NodeSource Package Description org.redisson.command org.redisson.connection org.redisson.reactive org.redisson.rx -
-
Uses of NodeSource in org.redisson.command
Methods in org.redisson.command with parameters of type NodeSource Modifier and Type Method Description <V,R>
voidCommandAsyncService. async(boolean readOnlyMode, NodeSource source, Codec codec, RedisCommand<V> command, Object[] params, RPromise<R> mainPromise, boolean ignoreRedirect)
<V,R>
voidCommandBatchService. async(boolean readOnlyMode, NodeSource nodeSource, Codec codec, RedisCommand<V> command, Object[] params, RPromise<R> mainPromise, boolean ignoreRedirect)
protected MasterSlaveEntry
BaseRedisBatchExecutor. getEntry(NodeSource source)
-
Uses of NodeSource in org.redisson.connection
Constructors in org.redisson.connection with parameters of type NodeSource Constructor Description NodeSource(NodeSource nodeSource, RedisClient redisClient)
-
Uses of NodeSource in org.redisson.reactive
Methods in org.redisson.reactive with parameters of type NodeSource Modifier and Type Method Description <V,R>
voidCommandReactiveBatchService. async(boolean readOnlyMode, NodeSource nodeSource, Codec codec, RedisCommand<V> command, Object[] params, RPromise<R> mainPromise, boolean ignoreRedirect)
-
Uses of NodeSource in org.redisson.rx
Methods in org.redisson.rx with parameters of type NodeSource Modifier and Type Method Description <V,R>
voidCommandRxBatchService. async(boolean readOnlyMode, NodeSource nodeSource, Codec codec, RedisCommand<V> command, Object[] params, RPromise<R> mainPromise, boolean ignoreRedirect)
-