Uses of Class
org.redisson.cluster.ClusterNodeInfo.Flag
-
Packages that use ClusterNodeInfo.Flag Package Description org.redisson.cluster -
-
Uses of ClusterNodeInfo.Flag in org.redisson.cluster
Methods in org.redisson.cluster that return ClusterNodeInfo.Flag Modifier and Type Method Description static ClusterNodeInfo.Flag
ClusterNodeInfo.Flag. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClusterNodeInfo.Flag[]
ClusterNodeInfo.Flag. 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 ClusterNodeInfo.Flag Modifier and Type Method Description void
ClusterNodeInfo. addFlag(ClusterNodeInfo.Flag flag)
boolean
ClusterNodeInfo. containsFlag(ClusterNodeInfo.Flag flag)
-