Uses of Class
io.dingodb.common.Common.CoprocessorV2.SchemaWrapper.Builder
Packages that use Common.CoprocessorV2.SchemaWrapper.Builder
-
Uses of Common.CoprocessorV2.SchemaWrapper.Builder in io.dingodb.common
Methods in io.dingodb.common that return Common.CoprocessorV2.SchemaWrapper.BuilderModifier and TypeMethodDescriptionCommon.CoprocessorV2.SchemaWrapper.Builder.addAllSchema(Iterable<? extends Common.Schema> values) repeated .dingodb.pb.common.Schema schema = 1;Common.CoprocessorV2.SchemaWrapper.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.CoprocessorV2.SchemaWrapper.Builder.addSchema(int index, Common.Schema value) repeated .dingodb.pb.common.Schema schema = 1;Common.CoprocessorV2.SchemaWrapper.Builder.addSchema(int index, Common.Schema.Builder builderForValue) repeated .dingodb.pb.common.Schema schema = 1;Common.CoprocessorV2.SchemaWrapper.Builder.addSchema(Common.Schema value) 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.clear()Common.CoprocessorV2.SchemaWrapper.Builder.clearCommonId()int64 common_id = 2;Common.CoprocessorV2.SchemaWrapper.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Common.CoprocessorV2.SchemaWrapper.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Common.CoprocessorV2.SchemaWrapper.Builder.clearSchema()repeated .dingodb.pb.common.Schema schema = 1;Common.CoprocessorV2.SchemaWrapper.Builder.clone()Common.CoprocessorV2.Builder.getOriginalSchemaBuilder()Original schema.Common.CoprocessorV2.Builder.getResultSchemaBuilder()Result schemaCommon.CoprocessorV2.SchemaWrapper.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Common.CoprocessorV2.SchemaWrapper.Builder.mergeFrom(com.google.protobuf.Message other) Common.CoprocessorV2.SchemaWrapper.Builder.mergeFrom(Common.CoprocessorV2.SchemaWrapper other) Common.CoprocessorV2.SchemaWrapper.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.CoprocessorV2.SchemaWrapper.newBuilder()Common.CoprocessorV2.SchemaWrapper.newBuilder(Common.CoprocessorV2.SchemaWrapper prototype) Common.CoprocessorV2.SchemaWrapper.newBuilderForType()Common.CoprocessorV2.SchemaWrapper.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Common.CoprocessorV2.SchemaWrapper.Builder.removeSchema(int index) repeated .dingodb.pb.common.Schema schema = 1;Common.CoprocessorV2.SchemaWrapper.Builder.setCommonId(long value) int64 common_id = 2;Common.CoprocessorV2.SchemaWrapper.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.CoprocessorV2.SchemaWrapper.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Common.CoprocessorV2.SchemaWrapper.Builder.setSchema(int index, Common.Schema value) 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;Common.CoprocessorV2.SchemaWrapper.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.CoprocessorV2.SchemaWrapper.toBuilder()Methods in io.dingodb.common with parameters of type Common.CoprocessorV2.SchemaWrapper.BuilderModifier and TypeMethodDescriptionCommon.CoprocessorV2.Builder.setOriginalSchema(Common.CoprocessorV2.SchemaWrapper.Builder builderForValue) Original schema.Common.CoprocessorV2.Builder.setResultSchema(Common.CoprocessorV2.SchemaWrapper.Builder builderForValue) Result schema