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.FlagClusterNodeInfo.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 voidClusterNodeInfo. addFlag(ClusterNodeInfo.Flag flag)booleanClusterNodeInfo. containsFlag(ClusterNodeInfo.Flag flag)
-