Uses of Enum Class
io.dingodb.common.Common.SchemaState
Packages that use Common.SchemaState
-
Uses of Common.SchemaState in io.dingodb.common
Methods in io.dingodb.common that return Common.SchemaStateModifier and TypeMethodDescriptionstatic Common.SchemaStateCommon.SchemaState.forNumber(int value) static Common.SchemaStateCommon.SchemaState.valueOf(int value) Deprecated.static Common.SchemaStateCommon.SchemaState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.SchemaStateReturns the enum constant of this class with the specified name.static Common.SchemaState[]Common.SchemaState.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.SchemaStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.SchemaState>Common.SchemaState.internalGetValueMap() -
Uses of Common.SchemaState in io.dingodb.meta
Methods in io.dingodb.meta that return Common.SchemaStateModifier and TypeMethodDescriptionMeta.ColumnDefinition.Builder.getSchemaState().dingodb.pb.common.SchemaState schemaState = 31;Meta.ColumnDefinition.getSchemaState().dingodb.pb.common.SchemaState schemaState = 31;Meta.ColumnDefinitionOrBuilder.getSchemaState().dingodb.pb.common.SchemaState schemaState = 31;Meta.Partition.Builder.getSchemaState().dingodb.pb.common.SchemaState schemaState = 4;Meta.Partition.getSchemaState().dingodb.pb.common.SchemaState schemaState = 4;Meta.PartitionOrBuilder.getSchemaState().dingodb.pb.common.SchemaState schemaState = 4;Meta.TableDefinition.Builder.getSchemaState().dingodb.pb.common.SchemaState schemaState = 63;Meta.TableDefinition.getSchemaState().dingodb.pb.common.SchemaState schemaState = 63;Meta.TableDefinitionOrBuilder.getSchemaState().dingodb.pb.common.SchemaState schemaState = 63;Methods in io.dingodb.meta with parameters of type Common.SchemaStateModifier and TypeMethodDescriptionMeta.ColumnDefinition.Builder.setSchemaState(Common.SchemaState value) .dingodb.pb.common.SchemaState schemaState = 31;Meta.Partition.Builder.setSchemaState(Common.SchemaState value) .dingodb.pb.common.SchemaState schemaState = 4;Meta.TableDefinition.Builder.setSchemaState(Common.SchemaState value) .dingodb.pb.common.SchemaState schemaState = 63;