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)