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 TypeMethodDescriptiondefault Object[]SlotCallback.createKeys(MasterSlaveEntry entry, List<Object> params) RedissonKeys.scanIteratorAsync(RedisClient client, MasterSlaveEntry entry, String 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) Methods in org.redisson.cluster that return types with arguments of type MasterSlaveEntryMethods in org.redisson.cluster with parameters of type MasterSlaveEntry -
Uses of MasterSlaveEntry in org.redisson.command
Methods in org.redisson.command with parameters of type MasterSlaveEntryModifier and TypeMethodDescription<T,R> RFuture <R> CommandAsyncExecutor.evalReadAsync(RedisClient client, MasterSlaveEntry entry, Codec codec, RedisCommand<T> evalCommandType, String script, List<Object> keys, Object... params) <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(RedisClient client, 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) <R> List<CompletableFuture<R>> CommandAsyncExecutor.executeAllAsync(MasterSlaveEntry entry, RedisCommand<?> command, Object... params) <R> List<CompletableFuture<R>> CommandAsyncService.executeAllAsync(MasterSlaveEntry entry, RedisCommand<?> command, 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.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 MasterSlaveEntryModifierConstructorDescriptionRedisQueuedBatchExecutor(boolean readOnlyMode, NodeSource source, Codec codec, RedisCommand<V> command, Object[] params, CompletableFuture<R> mainPromise, boolean ignoreRedirect, ConnectionManager connectionManager, RedissonObjectBuilder objectBuilder, ConcurrentMap<NodeSource, CommandBatchService.Entry> commands, ConcurrentMap<MasterSlaveEntry, CommandBatchService.ConnectionEntry> connections, BatchOptions options, AtomicInteger index, AtomicBoolean executed, RedissonObjectBuilder.ReferenceType referenceType, boolean noRetry, Map<MasterSlaveEntry, CommandBatchService.Entry> aggregatedCommands) -
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) NodeSource.getEntry()ConnectionManager.getReadEntry(int slot) MasterSlaveConnectionManager.getReadEntry(int slot) ConnectionManager.getWriteEntry(int slot) MasterSlaveConnectionManager.getWriteEntry(int slot) 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.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 MasterSlaveEntryModifier and TypeMethodDescriptionPublishSubscribeService.PubSubKey.getEntry()PubSubConnectionEntry.getEntry()Methods in org.redisson.pubsub with parameters of type MasterSlaveEntryModifier and TypeMethodDescriptionvoidPublishSubscribeService.remove(MasterSlaveEntry entry) PublishSubscribeService.subscribe(MasterSlaveEntry entry, ClientConnectionsEntry clientEntry, Codec codec, ChannelName channelName, RedisPubSubListener<?>... listeners) Constructors in org.redisson.pubsub with parameters of type MasterSlaveEntryModifierConstructorDescriptionPubSubConnectionEntry(RedisPubSubConnection conn, ConnectionManager connectionManager, MasterSlaveEntry entry) PubSubKey(ChannelName channelName, MasterSlaveEntry entry)