Uses of Class
io.dingodb.common.Common.Schema.Builder
Packages that use Common.Schema.Builder
-
Uses of Common.Schema.Builder in io.dingodb.common
Methods in io.dingodb.common that return Common.Schema.BuilderModifier and TypeMethodDescriptionCommon.Schema.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.CoprocessorV2.SchemaWrapper.Builder.addSchemaBuilder()repeated .dingodb.pb.common.Schema schema = 1;Common.CoprocessorV2.SchemaWrapper.Builder.addSchemaBuilder(int index) repeated .dingodb.pb.common.Schema schema = 1;Common.Schema.Builder.clear()Common.Schema.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Common.Schema.Builder.clearIndex()index position starts from 0Common.Schema.Builder.clearIsKey()Is primary keyCommon.Schema.Builder.clearIsNullable()is allowed to be emptyCommon.Schema.Builder.clearName()field name only for scala , others invalidCommon.Schema.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Common.Schema.Builder.clearType()type of dataCommon.Schema.Builder.clone()Common.CoprocessorV2.SchemaWrapper.Builder.getSchemaBuilder(int index) repeated .dingodb.pb.common.Schema schema = 1;Common.Schema.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Common.Schema.Builder.mergeFrom(com.google.protobuf.Message other) Common.Schema.Builder.mergeFrom(Common.Schema other) final Common.Schema.BuilderCommon.Schema.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Common.Schema.BuilderCommon.Schema.newBuilder()static Common.Schema.BuilderCommon.Schema.newBuilder(Common.Schema prototype) Common.Schema.newBuilderForType()protected Common.Schema.BuilderCommon.Schema.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Common.Schema.Builder.setIndex(int value) index position starts from 0Common.Schema.Builder.setIsKey(boolean value) Is primary keyCommon.Schema.Builder.setIsNullable(boolean value) is allowed to be emptyfield name only for scala , others invalidCommon.Schema.Builder.setNameBytes(com.google.protobuf.ByteString value) field name only for scala , others invalidCommon.Schema.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Common.Schema.Builder.setType(Common.Schema.Type value) type of dataCommon.Schema.Builder.setTypeValue(int value) type of datafinal Common.Schema.BuilderCommon.Schema.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.Schema.toBuilder()Methods in io.dingodb.common that return types with arguments of type Common.Schema.BuilderModifier and TypeMethodDescriptionCommon.CoprocessorV2.SchemaWrapper.Builder.getSchemaBuilderList()repeated .dingodb.pb.common.Schema schema = 1;Methods in io.dingodb.common with parameters of type Common.Schema.BuilderModifier and TypeMethodDescriptionCommon.CoprocessorV2.SchemaWrapper.Builder.addSchema(int index, Common.Schema.Builder builderForValue) repeated .dingodb.pb.common.Schema schema = 1;Common.CoprocessorV2.SchemaWrapper.Builder.addSchema(Common.Schema.Builder builderForValue) repeated .dingodb.pb.common.Schema schema = 1;Common.CoprocessorV2.SchemaWrapper.Builder.setSchema(int index, Common.Schema.Builder builderForValue) repeated .dingodb.pb.common.Schema schema = 1; -
Uses of Common.Schema.Builder in io.dingodb.store
Methods in io.dingodb.store that return Common.Schema.BuilderModifier and TypeMethodDescriptionStore.Coprocessor.SchemaWrapper.Builder.addSchemaBuilder()repeated .dingodb.pb.common.Schema schema = 1;Store.Coprocessor.SchemaWrapper.Builder.addSchemaBuilder(int index) repeated .dingodb.pb.common.Schema schema = 1;Store.Coprocessor.SchemaWrapper.Builder.getSchemaBuilder(int index) repeated .dingodb.pb.common.Schema schema = 1;Methods in io.dingodb.store that return types with arguments of type Common.Schema.BuilderModifier and TypeMethodDescriptionStore.Coprocessor.SchemaWrapper.Builder.getSchemaBuilderList()repeated .dingodb.pb.common.Schema schema = 1;Methods in io.dingodb.store with parameters of type Common.Schema.BuilderModifier and TypeMethodDescriptionStore.Coprocessor.SchemaWrapper.Builder.addSchema(int index, Common.Schema.Builder builderForValue) repeated .dingodb.pb.common.Schema schema = 1;Store.Coprocessor.SchemaWrapper.Builder.addSchema(Common.Schema.Builder builderForValue) repeated .dingodb.pb.common.Schema schema = 1;Store.Coprocessor.SchemaWrapper.Builder.setSchema(int index, Common.Schema.Builder builderForValue) repeated .dingodb.pb.common.Schema schema = 1;