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 MasterSlaveEntryBaseRedisBatchExecutor. getEntry(NodeSource source) -
Uses of NodeSource in org.redisson.connection
Methods in org.redisson.connection with parameters of type NodeSource Modifier and Type Method Description RFuture<RedisConnection>ConnectionManager. connectionReadOp(NodeSource source, RedisCommand<?> command)RFuture<RedisConnection>MasterSlaveConnectionManager. connectionReadOp(NodeSource source, RedisCommand<?> command)RFuture<RedisConnection>ConnectionManager. connectionWriteOp(NodeSource source, RedisCommand<?> command)RFuture<RedisConnection>MasterSlaveConnectionManager. connectionWriteOp(NodeSource source, RedisCommand<?> command)RedisNodeNotFoundExceptionConnectionManager. createNodeNotFoundException(NodeSource source)RedisNodeNotFoundExceptionMasterSlaveConnectionManager. createNodeNotFoundException(NodeSource source)voidConnectionManager. releaseRead(NodeSource source, RedisConnection connection)voidMasterSlaveConnectionManager. releaseRead(NodeSource source, RedisConnection connection)voidConnectionManager. releaseWrite(NodeSource source, RedisConnection connection)voidMasterSlaveConnectionManager. releaseWrite(NodeSource source, RedisConnection 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)
-