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) booleanMasterSlaveEntry.slaveDown(RedisURI address, ClientConnectionsEntry.FreezeReason freezeReason) MasterSlaveEntry.slaveUpAsync(InetSocketAddress address, ClientConnectionsEntry.FreezeReason freezeReason) MasterSlaveEntry.slaveUpAsync(ClientConnectionsEntry entry, ClientConnectionsEntry.FreezeReason freezeReason) MasterSlaveEntry.slaveUpAsync(RedisURI address, ClientConnectionsEntry.FreezeReason freezeReason) MasterSlaveEntry.slaveUpNoMasterExclusionAsync(InetSocketAddress address, ClientConnectionsEntry.FreezeReason freezeReason) MasterSlaveEntry.slaveUpNoMasterExclusionAsync(RedisURI address, ClientConnectionsEntry.FreezeReason freezeReason)