Uses of Class
org.apache.shenyu.common.enums.RedisModeEnum
-
Packages that use RedisModeEnum Package Description org.apache.shenyu.common.enums -
-
Uses of RedisModeEnum in org.apache.shenyu.common.enums
Methods in org.apache.shenyu.common.enums that return RedisModeEnum Modifier and Type Method Description static RedisModeEnumRedisModeEnum. acquireByName(java.lang.String name)Acquire by name data sync enum.static RedisModeEnumRedisModeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RedisModeEnum[]RedisModeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-