Uses of Class
io.dingodb.common.Common.Schema
Packages that use Common.Schema
-
Uses of Common.Schema in io.dingodb.common
Methods in io.dingodb.common that return Common.SchemaModifier and TypeMethodDescriptionCommon.Schema.Builder.build()Common.Schema.Builder.buildPartial()static Common.SchemaCommon.Schema.getDefaultInstance()Common.Schema.Builder.getDefaultInstanceForType()Common.Schema.getDefaultInstanceForType()Common.CoprocessorV2.SchemaWrapper.Builder.getSchema(int index) repeated .dingodb.pb.common.Schema schema = 1;Common.CoprocessorV2.SchemaWrapper.getSchema(int index) repeated .dingodb.pb.common.Schema schema = 1;Common.CoprocessorV2.SchemaWrapperOrBuilder.getSchema(int index) repeated .dingodb.pb.common.Schema schema = 1;static Common.SchemaCommon.Schema.parseDelimitedFrom(InputStream input) static Common.SchemaCommon.Schema.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.SchemaCommon.Schema.parseFrom(byte[] data) static Common.SchemaCommon.Schema.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.SchemaCommon.Schema.parseFrom(com.google.protobuf.ByteString data) static Common.SchemaCommon.Schema.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.SchemaCommon.Schema.parseFrom(com.google.protobuf.CodedInputStream input) static Common.SchemaCommon.Schema.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.SchemaCommon.Schema.parseFrom(InputStream input) static Common.SchemaCommon.Schema.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.SchemaCommon.Schema.parseFrom(ByteBuffer data) static Common.SchemaCommon.Schema.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.common that return types with arguments of type Common.SchemaModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Common.Schema>Common.Schema.getParserForType()Common.CoprocessorV2.SchemaWrapper.Builder.getSchemaList()repeated .dingodb.pb.common.Schema schema = 1;Common.CoprocessorV2.SchemaWrapper.getSchemaList()repeated .dingodb.pb.common.Schema schema = 1;Common.CoprocessorV2.SchemaWrapperOrBuilder.getSchemaList()repeated .dingodb.pb.common.Schema schema = 1;static com.google.protobuf.Parser<Common.Schema>Common.Schema.parser()Methods in io.dingodb.common with parameters of type Common.SchemaModifier and TypeMethodDescriptionCommon.CoprocessorV2.SchemaWrapper.Builder.addSchema(int index, Common.Schema value) repeated .dingodb.pb.common.Schema schema = 1;Common.CoprocessorV2.SchemaWrapper.Builder.addSchema(Common.Schema value) repeated .dingodb.pb.common.Schema schema = 1;Common.Schema.Builder.mergeFrom(Common.Schema other) static Common.Schema.BuilderCommon.Schema.newBuilder(Common.Schema prototype) Common.CoprocessorV2.SchemaWrapper.Builder.setSchema(int index, Common.Schema value) repeated .dingodb.pb.common.Schema schema = 1;Method parameters in io.dingodb.common with type arguments of type Common.SchemaModifier and TypeMethodDescriptionCommon.CoprocessorV2.SchemaWrapper.Builder.addAllSchema(Iterable<? extends Common.Schema> values) repeated .dingodb.pb.common.Schema schema = 1; -
Uses of Common.Schema in io.dingodb.sdk.common.utils
Methods in io.dingodb.sdk.common.utils that return Common.SchemaModifier and TypeMethodDescriptionstatic Common.SchemaEntityConversion.mapping(DingoSchema schema) Methods in io.dingodb.sdk.common.utils that return types with arguments of type Common.SchemaModifier and TypeMethodDescriptionstatic List<Common.Schema>EntityConversion.mapping(Coprocessor.SchemaWrapper schemaWrapper) -
Uses of Common.Schema in io.dingodb.store
Methods in io.dingodb.store that return Common.SchemaModifier and TypeMethodDescriptionStore.Coprocessor.SchemaWrapper.Builder.getSchema(int index) repeated .dingodb.pb.common.Schema schema = 1;Store.Coprocessor.SchemaWrapper.getSchema(int index) repeated .dingodb.pb.common.Schema schema = 1;Store.Coprocessor.SchemaWrapperOrBuilder.getSchema(int index) repeated .dingodb.pb.common.Schema schema = 1;Methods in io.dingodb.store that return types with arguments of type Common.SchemaModifier and TypeMethodDescriptionStore.Coprocessor.SchemaWrapper.Builder.getSchemaList()repeated .dingodb.pb.common.Schema schema = 1;Store.Coprocessor.SchemaWrapper.getSchemaList()repeated .dingodb.pb.common.Schema schema = 1;Store.Coprocessor.SchemaWrapperOrBuilder.getSchemaList()repeated .dingodb.pb.common.Schema schema = 1;Methods in io.dingodb.store with parameters of type Common.SchemaModifier and TypeMethodDescriptionStore.Coprocessor.SchemaWrapper.Builder.addSchema(int index, Common.Schema value) repeated .dingodb.pb.common.Schema schema = 1;Store.Coprocessor.SchemaWrapper.Builder.addSchema(Common.Schema value) repeated .dingodb.pb.common.Schema schema = 1;Store.Coprocessor.SchemaWrapper.Builder.setSchema(int index, Common.Schema value) repeated .dingodb.pb.common.Schema schema = 1;Method parameters in io.dingodb.store with type arguments of type Common.SchemaModifier and TypeMethodDescriptionStore.Coprocessor.SchemaWrapper.Builder.addAllSchema(Iterable<? extends Common.Schema> values) repeated .dingodb.pb.common.Schema schema = 1;