Uses of Class
io.dingodb.common.Common.Document.Builder
Packages that use Common.Document.Builder
-
Uses of Common.Document.Builder in io.dingodb.common
Methods in io.dingodb.common that return Common.Document.BuilderModifier and TypeMethodDescriptionCommon.Document.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.Document.Builder.clear()Common.Document.Builder.clearDocumentData()Common.Document.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Common.Document.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Common.Document.Builder.clearTableData()table data of this document, only SQL can use this fieldCommon.Document.Builder.clone()Common.DocumentWithId.Builder.getDocumentBuilder()document dataCommon.Document.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Common.Document.Builder.mergeFrom(com.google.protobuf.Message other) Common.Document.Builder.mergeFrom(Common.Document other) Common.Document.Builder.mergeTableData(Common.TableData value) table data of this document, only SQL can use this fieldfinal Common.Document.BuilderCommon.Document.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Common.Document.BuilderCommon.Document.newBuilder()static Common.Document.BuilderCommon.Document.newBuilder(Common.Document prototype) Common.Document.newBuilderForType()protected Common.Document.BuilderCommon.Document.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Common.Document.Builder.putAllDocumentData(Map<String, Common.DocumentValue> values) scalar data of this document, key: scalar key, value: scalar value data.Common.Document.Builder.putDocumentData(String key, Common.DocumentValue value) scalar data of this document, key: scalar key, value: scalar value data.Common.Document.Builder.removeDocumentData(String key) scalar data of this document, key: scalar key, value: scalar value data.Common.Document.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.Document.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Common.Document.Builder.setTableData(Common.TableData value) table data of this document, only SQL can use this fieldCommon.Document.Builder.setTableData(Common.TableData.Builder builderForValue) table data of this document, only SQL can use this fieldfinal Common.Document.BuilderCommon.Document.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.Document.toBuilder()Methods in io.dingodb.common with parameters of type Common.Document.BuilderModifier and TypeMethodDescriptionCommon.DocumentWithId.Builder.setDocument(Common.Document.Builder builderForValue) document data -
Uses of Common.Document.Builder in io.dingodb.debug
Methods in io.dingodb.debug that return Common.Document.BuilderModifier and TypeMethodDescriptionDebug.DumpRegionResponse.Document.Builder.getDocumentBuilder().dingodb.pb.common.Document document = 10;Methods in io.dingodb.debug with parameters of type Common.Document.BuilderModifier and TypeMethodDescriptionDebug.DumpRegionResponse.Document.Builder.setDocument(Common.Document.Builder builderForValue) .dingodb.pb.common.Document document = 10;