Uses of Enum
org.redisson.connection.ClientConnectionsEntry.FreezeReason
Packages that use ClientConnectionsEntry.FreezeReason
-
Uses of ClientConnectionsEntry.FreezeReason in org.redisson.connection
Methods in org.redisson.connection that return ClientConnectionsEntry.FreezeReasonModifier and TypeMethodDescriptionClientConnectionsEntry.getFreezeReason()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.FreezeReasonModifier and TypeMethodDescriptionvoidClientConnectionsEntry.setFreezeReason(ClientConnectionsEntry.FreezeReason freezeReason) booleanMasterSlaveEntry.slaveDown(InetSocketAddress address, ClientConnectionsEntry.FreezeReason freezeReason) MasterSlaveEntry.slaveDownAsync(InetSocketAddress address, ClientConnectionsEntry.FreezeReason freezeReason) MasterSlaveEntry.slaveDownAsync(ClientConnectionsEntry entry, ClientConnectionsEntry.FreezeReason freezeReason) MasterSlaveEntry.slaveDownAsync(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) MasterSlaveEntry.slaveUpAsync(InetSocketAddress address, ClientConnectionsEntry.FreezeReason freezeReason) MasterSlaveEntry.slaveUpAsync(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.FreezeReasonModifier and TypeMethodDescriptionLoadBalancerManager.freeze(InetSocketAddress address, ClientConnectionsEntry.FreezeReason freezeReason) LoadBalancerManager.freeze(ClientConnectionsEntry connectionEntry, ClientConnectionsEntry.FreezeReason freezeReason) LoadBalancerManager.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) LoadBalancerManager.unfreezeAsync(InetSocketAddress address, ClientConnectionsEntry.FreezeReason freezeReason) LoadBalancerManager.unfreezeAsync(ClientConnectionsEntry entry, ClientConnectionsEntry.FreezeReason freezeReason) LoadBalancerManager.unfreezeAsync(RedisURI address, ClientConnectionsEntry.FreezeReason freezeReason)