Uses of Class
org.redisson.config.TransportMode
-
Packages that use TransportMode Package Description org.redisson.config -
-
Uses of TransportMode in org.redisson.config
Methods in org.redisson.config that return TransportMode Modifier and Type Method Description TransportMode
Config. getTransportMode()
static TransportMode
TransportMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransportMode[]
TransportMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.config with parameters of type TransportMode Modifier and Type Method Description Config
Config. setTransportMode(TransportMode transportMode)
Transport mode
-