| Package | Description |
|---|---|
| org.redisson.connection | |
| org.redisson.connection.balancer |
| Modifier and Type | Method and Description |
|---|---|
ClientConnectionsEntry.FreezeReason |
ClientConnectionsEntry.getFreezeReason() |
static ClientConnectionsEntry.FreezeReason |
ClientConnectionsEntry.FreezeReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientConnectionsEntry.FreezeReason[] |
ClientConnectionsEntry.FreezeReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientConnectionsEntry.freezeMaster(ClientConnectionsEntry.FreezeReason reason) |
void |
ClientConnectionsEntry.setFreezeReason(ClientConnectionsEntry.FreezeReason freezeReason) |
boolean |
MasterSlaveEntry.slaveDown(ClientConnectionsEntry entry,
ClientConnectionsEntry.FreezeReason freezeReason) |
boolean |
MasterSlaveEntry.slaveDown(InetSocketAddress address,
ClientConnectionsEntry.FreezeReason freezeReason) |
boolean |
MasterSlaveEntry.slaveDown(URI address,
ClientConnectionsEntry.FreezeReason freezeReason) |
boolean |
MasterSlaveEntry.slaveUp(ClientConnectionsEntry entry,
ClientConnectionsEntry.FreezeReason freezeReason) |
boolean |
MasterSlaveEntry.slaveUp(InetSocketAddress address,
ClientConnectionsEntry.FreezeReason freezeReason) |
boolean |
MasterSlaveEntry.slaveUp(URI address,
ClientConnectionsEntry.FreezeReason freezeReason) |
| Modifier and Type | Method and Description |
|---|---|
ClientConnectionsEntry |
LoadBalancerManager.freeze(ClientConnectionsEntry connectionEntry,
ClientConnectionsEntry.FreezeReason freezeReason) |
ClientConnectionsEntry |
LoadBalancerManager.freeze(InetSocketAddress address,
ClientConnectionsEntry.FreezeReason freezeReason) |
ClientConnectionsEntry |
LoadBalancerManager.freeze(URI address,
ClientConnectionsEntry.FreezeReason freezeReason) |
boolean |
LoadBalancerManager.unfreeze(ClientConnectionsEntry entry,
ClientConnectionsEntry.FreezeReason freezeReason) |
boolean |
LoadBalancerManager.unfreeze(InetSocketAddress address,
ClientConnectionsEntry.FreezeReason freezeReason) |
boolean |
LoadBalancerManager.unfreeze(URI address,
ClientConnectionsEntry.FreezeReason freezeReason) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.