Uses of Enum Class
io.dingodb.common.Common.PeerRole
Packages that use Common.PeerRole
-
Uses of Common.PeerRole in io.dingodb.common
Methods in io.dingodb.common that return Common.PeerRoleModifier and TypeMethodDescriptionstatic Common.PeerRoleCommon.PeerRole.forNumber(int value) Common.Peer.Builder.getRole().dingodb.pb.common.PeerRole role = 2;Common.Peer.getRole().dingodb.pb.common.PeerRole role = 2;Common.PeerOrBuilder.getRole().dingodb.pb.common.PeerRole role = 2;static Common.PeerRoleCommon.PeerRole.valueOf(int value) Deprecated.static Common.PeerRoleCommon.PeerRole.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.PeerRoleReturns the enum constant of this class with the specified name.static Common.PeerRole[]Common.PeerRole.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.PeerRoleModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.PeerRole>Common.PeerRole.internalGetValueMap()Methods in io.dingodb.common with parameters of type Common.PeerRoleModifier and TypeMethodDescriptionCommon.Peer.Builder.setRole(Common.PeerRole value) .dingodb.pb.common.PeerRole role = 2;