Uses of Class
org.redisson.connection.ClientConnectionsEntry.FreezeReason
-
Packages that use ClientConnectionsEntry.FreezeReason Package Description org.redisson.connection org.redisson.connection.balancer -
-
Uses of ClientConnectionsEntry.FreezeReason in org.redisson.connection
Methods in org.redisson.connection that return ClientConnectionsEntry.FreezeReason Modifier and Type Method 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.Methods in org.redisson.connection with parameters of type ClientConnectionsEntry.FreezeReason Modifier and Type Method Description void
ClientConnectionsEntry. setFreezeReason(ClientConnectionsEntry.FreezeReason freezeReason)
boolean
MasterSlaveEntry. slaveDown(InetSocketAddress address, ClientConnectionsEntry.FreezeReason freezeReason)
boolean
MasterSlaveEntry. slaveDown(ClientConnectionsEntry entry, ClientConnectionsEntry.FreezeReason freezeReason)
boolean
MasterSlaveEntry. slaveDown(RedisURI address, ClientConnectionsEntry.FreezeReason freezeReason)
boolean
MasterSlaveEntry. slaveUp(InetSocketAddress address, ClientConnectionsEntry.FreezeReason freezeReason)
boolean
MasterSlaveEntry. slaveUp(ClientConnectionsEntry entry, ClientConnectionsEntry.FreezeReason freezeReason)
boolean
MasterSlaveEntry. slaveUp(RedisURI address, ClientConnectionsEntry.FreezeReason freezeReason)
-
Uses of ClientConnectionsEntry.FreezeReason in org.redisson.connection.balancer
Methods in org.redisson.connection.balancer with parameters of type ClientConnectionsEntry.FreezeReason Modifier and Type Method Description ClientConnectionsEntry
LoadBalancerManager. freeze(InetSocketAddress address, ClientConnectionsEntry.FreezeReason freezeReason)
ClientConnectionsEntry
LoadBalancerManager. freeze(ClientConnectionsEntry connectionEntry, ClientConnectionsEntry.FreezeReason freezeReason)
ClientConnectionsEntry
LoadBalancerManager. freeze(RedisURI address, ClientConnectionsEntry.FreezeReason freezeReason)
boolean
LoadBalancerManager. unfreeze(InetSocketAddress address, ClientConnectionsEntry.FreezeReason freezeReason)
boolean
LoadBalancerManager. unfreeze(ClientConnectionsEntry entry, ClientConnectionsEntry.FreezeReason freezeReason)
boolean
LoadBalancerManager. unfreeze(RedisURI address, ClientConnectionsEntry.FreezeReason freezeReason)
-