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.FreezeReasonClientConnectionsEntry. getFreezeReason()static ClientConnectionsEntry.FreezeReasonClientConnectionsEntry.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 voidClientConnectionsEntry. setFreezeReason(ClientConnectionsEntry.FreezeReason freezeReason)booleanMasterSlaveEntry. slaveDown(InetSocketAddress address, ClientConnectionsEntry.FreezeReason freezeReason)booleanMasterSlaveEntry. slaveDown(ClientConnectionsEntry entry, ClientConnectionsEntry.FreezeReason freezeReason)booleanMasterSlaveEntry. slaveDown(RedisURI address, ClientConnectionsEntry.FreezeReason freezeReason)booleanMasterSlaveEntry. slaveUp(InetSocketAddress address, ClientConnectionsEntry.FreezeReason freezeReason)booleanMasterSlaveEntry. slaveUp(ClientConnectionsEntry entry, ClientConnectionsEntry.FreezeReason freezeReason)booleanMasterSlaveEntry. 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 ClientConnectionsEntryLoadBalancerManager. freeze(InetSocketAddress address, ClientConnectionsEntry.FreezeReason freezeReason)ClientConnectionsEntryLoadBalancerManager. freeze(ClientConnectionsEntry connectionEntry, ClientConnectionsEntry.FreezeReason freezeReason)ClientConnectionsEntryLoadBalancerManager. freeze(RedisURI address, ClientConnectionsEntry.FreezeReason freezeReason)booleanLoadBalancerManager. unfreeze(InetSocketAddress address, ClientConnectionsEntry.FreezeReason freezeReason)booleanLoadBalancerManager. unfreeze(ClientConnectionsEntry entry, ClientConnectionsEntry.FreezeReason freezeReason)booleanLoadBalancerManager. unfreeze(RedisURI address, ClientConnectionsEntry.FreezeReason freezeReason)
-