Uses of Class
org.redisson.connection.NodeSource
Packages that use NodeSource
Package
Description
-
Uses of NodeSource in org.redisson.command
Methods in org.redisson.command with parameters of type NodeSourceModifier and TypeMethodDescription<V,R> RFuture<R> CommandAsyncExecutor.async(boolean readOnlyMode, NodeSource source, Codec codec, RedisCommand<V> command, Object[] params, boolean ignoreRedirect, boolean noRetry) <V,R> RFuture<R> CommandAsyncService.async(boolean readOnlyMode, NodeSource source, Codec codec, RedisCommand<V> command, Object[] params, boolean ignoreRedirect, boolean noRetry) <V,R> RFuture<R> CommandBatchService.async(boolean readOnlyMode, NodeSource nodeSource, Codec codec, RedisCommand<V> command, Object[] params, boolean ignoreRedirect, boolean noRetry) protected final MasterSlaveEntryBaseRedisBatchExecutor.getEntry(NodeSource source) Constructors in org.redisson.command with parameters of type NodeSourceModifierConstructorDescriptionBaseRedisBatchExecutor(boolean readOnlyMode, NodeSource source, Codec codec, RedisCommand<V> command, Object[] params, CompletableFuture<R> mainPromise, boolean ignoreRedirect, ConnectionManager connectionManager, RedissonObjectBuilder objectBuilder, ConcurrentMap<MasterSlaveEntry, CommandBatchService.Entry> commands, BatchOptions options, AtomicInteger index, AtomicBoolean executed, RedissonObjectBuilder.ReferenceType referenceType, boolean noRetry) RedisBatchExecutor(boolean readOnlyMode, NodeSource source, Codec codec, RedisCommand<V> command, Object[] params, CompletableFuture<R> mainPromise, boolean ignoreRedirect, ConnectionManager connectionManager, RedissonObjectBuilder objectBuilder, ConcurrentMap<MasterSlaveEntry, CommandBatchService.Entry> commands, BatchOptions options, AtomicInteger index, AtomicBoolean executed, RedissonObjectBuilder.ReferenceType referenceType, boolean noRetry) RedisCommonBatchExecutor(NodeSource source, CompletableFuture<Void> mainPromise, ConnectionManager connectionManager, BatchOptions options, CommandBatchService.Entry entry, AtomicInteger slots, RedissonObjectBuilder.ReferenceType referenceType, boolean noRetry) RedisExecutor(boolean readOnlyMode, NodeSource source, Codec codec, RedisCommand<V> command, Object[] params, CompletableFuture<R> mainPromise, boolean ignoreRedirect, ConnectionManager connectionManager, RedissonObjectBuilder objectBuilder, RedissonObjectBuilder.ReferenceType referenceType, boolean noRetry) RedisQueuedBatchExecutor(boolean readOnlyMode, NodeSource source, Codec codec, RedisCommand<V> command, Object[] params, CompletableFuture<R> mainPromise, boolean ignoreRedirect, ConnectionManager connectionManager, RedissonObjectBuilder objectBuilder, ConcurrentMap<MasterSlaveEntry, CommandBatchService.Entry> commands, ConcurrentMap<MasterSlaveEntry, CommandBatchService.ConnectionEntry> connections, BatchOptions options, AtomicInteger index, AtomicBoolean executed, RedissonObjectBuilder.ReferenceType referenceType, boolean noRetry) -
Uses of NodeSource in org.redisson.connection
Methods in org.redisson.connection with parameters of type NodeSourceModifier and TypeMethodDescriptionConnectionManager.connectionReadOp(NodeSource source, RedisCommand<?> command) MasterSlaveConnectionManager.connectionReadOp(NodeSource source, RedisCommand<?> command) ConnectionManager.connectionWriteOp(NodeSource source, RedisCommand<?> command) MasterSlaveConnectionManager.connectionWriteOp(NodeSource source, RedisCommand<?> command) ConnectionManager.createNodeNotFoundException(NodeSource source) MasterSlaveConnectionManager.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 -
Uses of NodeSource in org.redisson.reactive
Methods in org.redisson.reactive with parameters of type NodeSourceModifier and TypeMethodDescription<V,R> RFuture<R> CommandReactiveBatchService.async(boolean readOnlyMode, NodeSource nodeSource, Codec codec, RedisCommand<V> command, Object[] params, boolean ignoreRedirect, boolean noRetry) -
Uses of NodeSource in org.redisson.rx
Methods in org.redisson.rx with parameters of type NodeSourceModifier and TypeMethodDescription<V,R> RFuture<R> CommandRxBatchService.async(boolean readOnlyMode, NodeSource nodeSource, Codec codec, RedisCommand<V> command, Object[] params, boolean ignoreRedirect, boolean noRetry)