Uses of Enum Class
io.dingodb.common.Common.MDS.State
Packages that use Common.MDS.State
-
Uses of Common.MDS.State in io.dingodb.common
Methods in io.dingodb.common that return Common.MDS.StateModifier and TypeMethodDescriptionstatic Common.MDS.StateCommon.MDS.State.forNumber(int value) Common.MDS.Builder.getState().dingodb.pb.common.MDS.State state = 4;Common.MDS.getState().dingodb.pb.common.MDS.State state = 4;Common.MDSOrBuilder.getState().dingodb.pb.common.MDS.State state = 4;static Common.MDS.StateCommon.MDS.State.valueOf(int value) Deprecated.static Common.MDS.StateCommon.MDS.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.MDS.StateReturns the enum constant of this class with the specified name.static Common.MDS.State[]Common.MDS.State.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.MDS.StateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.MDS.State>Common.MDS.State.internalGetValueMap()Methods in io.dingodb.common with parameters of type Common.MDS.StateModifier and TypeMethodDescriptionCommon.MDS.Builder.setState(Common.MDS.State value) .dingodb.pb.common.MDS.State state = 4;