Uses of Class
org.redisson.connection.MasterSlaveEntry
-
Packages that use MasterSlaveEntry Package Description org.redisson org.redisson.cluster org.redisson.command org.redisson.connection org.redisson.connection.balancer org.redisson.connection.pool org.redisson.pubsub -
-
Uses of MasterSlaveEntry in org.redisson
Methods in org.redisson with parameters of type MasterSlaveEntry Modifier and Type Method Description RFuture<ScanResult<Object>>
RedissonKeys. scanIteratorAsync(RedisClient client, MasterSlaveEntry entry, long startPos, String pattern, int count)
RFuture<ScanResult<Object>>
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 MasterSlaveEntry Modifier and Type Method Description MasterSlaveEntry
ClusterConnectionManager. getEntry(int slot)
MasterSlaveEntry
ClusterConnectionManager. getEntry(InetSocketAddress address)
MasterSlaveEntry
ClusterConnectionManager. getEntry(RedisClient redisClient)
protected MasterSlaveEntry
ClusterConnectionManager. getEntry(RedisURI addr)
Methods in org.redisson.cluster that return types with arguments of type MasterSlaveEntry Modifier and Type Method Description Collection<MasterSlaveEntry>
ClusterConnectionManager. getEntrySet()
-
Uses of MasterSlaveEntry in org.redisson.command
Methods in org.redisson.command that return MasterSlaveEntry Modifier and Type Method Description protected MasterSlaveEntry
BaseRedisBatchExecutor. getEntry(NodeSource source)
Methods in org.redisson.command with parameters of type MasterSlaveEntry Modifier and Type Method Description <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)
-
Uses of MasterSlaveEntry in org.redisson.connection
Subclasses of MasterSlaveEntry in org.redisson.connection Modifier and Type Class Description class
SingleEntry
Methods in org.redisson.connection that return MasterSlaveEntry Modifier and Type Method Description MasterSlaveEntry
ConnectionManager. getEntry(int slot)
MasterSlaveEntry
ConnectionManager. getEntry(String name)
MasterSlaveEntry
ConnectionManager. getEntry(InetSocketAddress address)
MasterSlaveEntry
ConnectionManager. getEntry(RedisClient redisClient)
MasterSlaveEntry
MasterSlaveConnectionManager. getEntry(int slot)
MasterSlaveEntry
MasterSlaveConnectionManager. getEntry(String name)
MasterSlaveEntry
MasterSlaveConnectionManager. getEntry(InetSocketAddress address)
MasterSlaveEntry
MasterSlaveConnectionManager. getEntry(RedisClient redisClient)
protected MasterSlaveEntry
MasterSlaveConnectionManager. getEntry(RedisURI addr)
MasterSlaveEntry
NodeSource. getEntry()
Methods in org.redisson.connection that return types with arguments of type MasterSlaveEntry Modifier and Type Method Description Collection<MasterSlaveEntry>
ConnectionManager. getEntrySet()
Collection<MasterSlaveEntry>
MasterSlaveConnectionManager. getEntrySet()
Constructors in org.redisson.connection with parameters of type MasterSlaveEntry Constructor Description NodeSource(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 MasterSlaveEntry Constructor Description LoadBalancerManager(MasterSlaveServersConfig config, ConnectionManager connectionManager, MasterSlaveEntry entry)
-
Uses of MasterSlaveEntry in org.redisson.connection.pool
Constructors in org.redisson.connection.pool with parameters of type MasterSlaveEntry Constructor Description MasterConnectionPool(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 MasterSlaveEntry Modifier and Type Method Description MasterSlaveEntry
PublishSubscribeService.PubSubKey. getEntry()
Methods in org.redisson.pubsub with parameters of type MasterSlaveEntry Modifier and Type Method Description void
PublishSubscribeService. remove(MasterSlaveEntry entry)
Constructors in org.redisson.pubsub with parameters of type MasterSlaveEntry Constructor Description PubSubKey(ChannelName channelName, MasterSlaveEntry entry)
-