Package | Description |
---|---|
org.redisson | |
org.redisson.cluster | |
org.redisson.connection | |
org.redisson.connection.balancer | |
org.redisson.misc |
Modifier and Type | Method and Description |
---|---|
MasterSlaveServersConfig |
MasterSlaveServersConfig.addSlaveAddress(String... sAddresses)
Add Redis slave server address.
|
MasterSlaveServersConfig |
MasterSlaveServersConfig.addSlaveAddress(URI slaveAddress) |
MasterSlaveServersConfig |
MasterSlaveServersConfig.setMasterAddress(String masterAddress)
Set Redis master server address.
|
MasterSlaveServersConfig |
Config.useMasterSlaveConnection() |
Modifier and Type | Method and Description |
---|---|
protected void |
ClusterConnectionManager.initEntry(MasterSlaveServersConfig config) |
void |
ClusterConnectionListener.onConnect(MasterSlaveServersConfig config,
ClientConnectionsEntry.NodeType serverMode,
FutureConnectionListener connectionListener) |
Modifier and Type | Field and Description |
---|---|
protected MasterSlaveServersConfig |
MasterSlaveConnectionManager.config |
Modifier and Type | Method and Description |
---|---|
MasterSlaveServersConfig |
MasterSlaveConnectionManager.getConfig() |
MasterSlaveServersConfig |
ConnectionManager.getConfig() |
Modifier and Type | Method and Description |
---|---|
io.netty.util.concurrent.Future<RedisConnection> |
ClientConnectionsEntry.connect(MasterSlaveServersConfig config) |
io.netty.util.concurrent.Future<RedisPubSubConnection> |
ClientConnectionsEntry.connectPubSub(MasterSlaveServersConfig config) |
protected void |
MasterSlaveConnectionManager.init(MasterSlaveServersConfig config) |
protected void |
SingleConnectionManager.initEntry(MasterSlaveServersConfig config) |
protected void |
MasterSlaveConnectionManager.initEntry(MasterSlaveServersConfig config) |
protected void |
SingleEntry.initSlaveBalancer(MasterSlaveServersConfig config) |
protected void |
MasterSlaveEntry.initSlaveBalancer(MasterSlaveServersConfig config) |
void |
DefaultConnectionListener.onConnect(MasterSlaveServersConfig config,
ClientConnectionsEntry.NodeType serverMode,
FutureConnectionListener connectionListener) |
void |
ConnectionListener.onConnect(MasterSlaveServersConfig config,
ClientConnectionsEntry.NodeType serverMode,
FutureConnectionListener connectionListener) |
protected void |
SentinelConnectionManager.onSentinelAdded(SentinelServersConfig cfg,
String msg,
MasterSlaveServersConfig c) |
Constructor and Description |
---|
ClientConnectionsEntry(RedisClient client,
int poolMinSize,
int poolMaxSize,
int subscribePoolMinSize,
int subscribePoolMaxSize,
ConnectionListener connectionListener,
ClientConnectionsEntry.NodeType serverMode,
IdleConnectionWatcher watcher,
MasterSlaveServersConfig config) |
IdleConnectionWatcher(ConnectionManager manager,
MasterSlaveServersConfig config) |
MasterSlaveConnectionManager(MasterSlaveServersConfig cfg,
Config config) |
MasterSlaveEntry(Set<ClusterSlotRange> slotRanges,
ConnectionManager connectionManager,
MasterSlaveServersConfig config,
ConnectionListener connectListener) |
SingleEntry(Set<ClusterSlotRange> slotRanges,
ConnectionManager connectionManager,
MasterSlaveServersConfig config,
ConnectionListener connectListener) |
Constructor and Description |
---|
LoadBalancerManagerImpl(MasterSlaveServersConfig config,
ConnectionManager connectionManager,
MasterSlaveEntry entry) |
Constructor and Description |
---|
ConnectionPool(MasterSlaveServersConfig config,
ConnectionManager connectionManager,
MasterSlaveEntry masterSlaveEntry) |
MasterConnectionPool(MasterSlaveServersConfig config,
ConnectionManager connectionManager,
MasterSlaveEntry masterSlaveEntry) |
PubSubConnectionPoll(MasterSlaveServersConfig config,
ConnectionManager connectionManager,
MasterSlaveEntry masterSlaveEntry) |
Copyright © 2014–2015. All rights reserved.