Uses of Class
org.redisson.cluster.ClusterPartition.Type
-
Packages that use ClusterPartition.Type Package Description org.redisson.cluster -
-
Uses of ClusterPartition.Type in org.redisson.cluster
Methods in org.redisson.cluster that return ClusterPartition.Type Modifier and Type Method Description ClusterPartition.Type
ClusterPartition. getType()
static ClusterPartition.Type
ClusterPartition.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClusterPartition.Type[]
ClusterPartition.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.cluster with parameters of type ClusterPartition.Type Modifier and Type Method Description void
ClusterPartition. setType(ClusterPartition.Type type)
-