Uses of Class
org.redisson.connection.MasterSlaveEntry
Packages that use MasterSlaveEntry
Package
Description
-
Uses of MasterSlaveEntry in org.redisson
Methods in org.redisson with parameters of type MasterSlaveEntryModifier and TypeMethodDescriptionRedissonKeys.scanIteratorAsync(RedisClient client, MasterSlaveEntry entry, long startPos, String pattern, int count) RedissonKeys.scanIteratorAsync(RedisClient client, MasterSlaveEntry entry, RedisCommand<?> command, long startPos, String pattern, int count) -
Uses of MasterSlaveEntry in org.redisson.cluster
Methods in org.redisson.cluster that return MasterSlaveEntryModifier and TypeMethodDescriptionClusterConnectionManager.getEntry(int slot) ClusterConnectionManager.getEntry(InetSocketAddress address) ClusterConnectionManager.getEntry(RedisClient redisClient) protected MasterSlaveEntryMethods in org.redisson.cluster that return types with arguments of type MasterSlaveEntry -
Uses of MasterSlaveEntry in org.redisson.command
Methods in org.redisson.command that return MasterSlaveEntryModifier and TypeMethodDescriptionprotected final MasterSlaveEntryBaseRedisBatchExecutor.getEntry(NodeSource source) Methods in org.redisson.command with parameters of type MasterSlaveEntryModifier and TypeMethodDescription<T,R> RFuture<R> CommandAsyncExecutor.evalReadAsync(MasterSlaveEntry entry, Codec codec, RedisCommand<T> evalCommandType, String script, List<Object> keys, Object... params) <T,R> RFuture<R> CommandAsyncService.evalReadAsync(MasterSlaveEntry entry, Codec codec, RedisCommand<T> evalCommandType, String script, List<Object> keys, Object... params) <T,R> RFuture<R> CommandAsyncExecutor.evalWriteAsync(MasterSlaveEntry entry, Codec codec, RedisCommand<T> evalCommandType, String script, List<Object> keys, Object... params) <T,R> RFuture<R> CommandAsyncService.evalWriteAsync(MasterSlaveEntry entry, Codec codec, RedisCommand<T> evalCommandType, String script, List<Object> keys, Object... params) <T,R> RFuture<R> CommandAsyncExecutor.readAsync(RedisClient client, MasterSlaveEntry entry, Codec codec, RedisCommand<T> command, Object... params) <T,R> RFuture<R> CommandAsyncExecutor.readAsync(MasterSlaveEntry entry, Codec codec, RedisCommand<T> command, Object... params) <T,R> RFuture<R> CommandAsyncService.readAsync(RedisClient client, MasterSlaveEntry entry, Codec codec, RedisCommand<T> command, Object... params) <T,R> RFuture<R> CommandAsyncService.readAsync(MasterSlaveEntry entry, Codec codec, RedisCommand<T> command, Object... params) <T,R> RFuture<R> CommandAsyncExecutor.readRandomAsync(MasterSlaveEntry entry, Codec codec, RedisCommand<T> command, Object... params) <T,R> RFuture<R> CommandAsyncService.readRandomAsync(MasterSlaveEntry entry, Codec codec, RedisCommand<T> command, Object... params) <T,R> RFuture<R> CommandAsyncExecutor.writeAsync(MasterSlaveEntry entry, Codec codec, RedisCommand<T> command, Object... params) <T,R> RFuture<R> CommandAsyncService.writeAsync(MasterSlaveEntry entry, Codec codec, RedisCommand<T> command, Object... params) Constructor parameters in org.redisson.command with type arguments of type MasterSlaveEntryModifierConstructorDescriptionBaseRedisBatchExecutor(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) 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 MasterSlaveEntry in org.redisson.connection
Subclasses of MasterSlaveEntry in org.redisson.connectionMethods in org.redisson.connection that return MasterSlaveEntryModifier and TypeMethodDescriptionConnectionManager.getEntry(int slot) ConnectionManager.getEntry(InetSocketAddress address) ConnectionManager.getEntry(RedisClient redisClient) MasterSlaveConnectionManager.getEntry(int slot) MasterSlaveConnectionManager.getEntry(InetSocketAddress address) MasterSlaveConnectionManager.getEntry(RedisClient redisClient) protected MasterSlaveEntryNodeSource.getEntry()Methods in org.redisson.connection that return types with arguments of type MasterSlaveEntryModifier and TypeMethodDescriptionConnectionManager.getEntrySet()MasterSlaveConnectionManager.getEntrySet()Constructors in org.redisson.connection with parameters of type MasterSlaveEntryModifierConstructorDescriptionNodeSource(MasterSlaveEntry entry) NodeSource(MasterSlaveEntry entry, RedisClient redisClient) -
Uses of MasterSlaveEntry in org.redisson.connection.balancer
Constructors in org.redisson.connection.balancer with parameters of type MasterSlaveEntryModifierConstructorDescriptionLoadBalancerManager(MasterSlaveServersConfig config, ConnectionManager connectionManager, MasterSlaveEntry entry) -
Uses of MasterSlaveEntry in org.redisson.connection.pool
Constructors in org.redisson.connection.pool with parameters of type MasterSlaveEntryModifierConstructorDescriptionMasterConnectionPool(MasterSlaveServersConfig config, ConnectionManager connectionManager, MasterSlaveEntry masterSlaveEntry) MasterPubSubConnectionPool(MasterSlaveServersConfig config, ConnectionManager connectionManager, MasterSlaveEntry masterSlaveEntry) PubSubConnectionPool(MasterSlaveServersConfig config, ConnectionManager connectionManager, MasterSlaveEntry masterSlaveEntry) SlaveConnectionPool(MasterSlaveServersConfig config, ConnectionManager connectionManager, MasterSlaveEntry masterSlaveEntry) -
Uses of MasterSlaveEntry in org.redisson.pubsub
Methods in org.redisson.pubsub that return MasterSlaveEntryMethods in org.redisson.pubsub with parameters of type MasterSlaveEntryConstructors in org.redisson.pubsub with parameters of type MasterSlaveEntry