Uses of Enum Class
io.dingodb.common.Common.ClusterRole
Packages that use Common.ClusterRole
-
Uses of Common.ClusterRole in io.dingodb.common
Methods in io.dingodb.common that return Common.ClusterRoleModifier and TypeMethodDescriptionstatic Common.ClusterRoleCommon.ClusterRole.forNumber(int value) static Common.ClusterRoleCommon.ClusterRole.valueOf(int value) Deprecated.static Common.ClusterRoleCommon.ClusterRole.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.ClusterRoleReturns the enum constant of this class with the specified name.static Common.ClusterRole[]Common.ClusterRole.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.common that return types with arguments of type Common.ClusterRoleModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.ClusterRole>Common.ClusterRole.internalGetValueMap() -
Uses of Common.ClusterRole in io.dingodb.node
Methods in io.dingodb.node that return Common.ClusterRoleModifier and TypeMethodDescriptionNode.NodeInfo.Builder.getRole().dingodb.pb.common.ClusterRole role = 2;Node.NodeInfo.getRole().dingodb.pb.common.ClusterRole role = 2;Node.NodeInfoOrBuilder.getRole().dingodb.pb.common.ClusterRole role = 2;Methods in io.dingodb.node with parameters of type Common.ClusterRoleModifier and TypeMethodDescriptionNode.NodeInfo.Builder.setRole(Common.ClusterRole value) .dingodb.pb.common.ClusterRole role = 2;