Uses of Class
io.dingodb.common.Common.DocumentWithId
Packages that use Common.DocumentWithId
-
Uses of Common.DocumentWithId in io.dingodb.common
Methods in io.dingodb.common that return Common.DocumentWithIdModifier and TypeMethodDescriptionCommon.DocumentWithId.Builder.build()Common.DocumentWithId.Builder.buildPartial()static Common.DocumentWithIdCommon.DocumentWithId.getDefaultInstance()Common.DocumentWithId.Builder.getDefaultInstanceForType()Common.DocumentWithId.getDefaultInstanceForType()Common.DocumentWithScore.Builder.getDocumentWithId().dingodb.pb.common.DocumentWithId document_with_id = 1;Common.DocumentWithScore.getDocumentWithId().dingodb.pb.common.DocumentWithId document_with_id = 1;Common.DocumentWithScoreOrBuilder.getDocumentWithId().dingodb.pb.common.DocumentWithId document_with_id = 1;static Common.DocumentWithIdCommon.DocumentWithId.parseDelimitedFrom(InputStream input) static Common.DocumentWithIdCommon.DocumentWithId.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.DocumentWithIdCommon.DocumentWithId.parseFrom(byte[] data) static Common.DocumentWithIdCommon.DocumentWithId.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.DocumentWithIdCommon.DocumentWithId.parseFrom(com.google.protobuf.ByteString data) static Common.DocumentWithIdCommon.DocumentWithId.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.DocumentWithIdCommon.DocumentWithId.parseFrom(com.google.protobuf.CodedInputStream input) static Common.DocumentWithIdCommon.DocumentWithId.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.DocumentWithIdCommon.DocumentWithId.parseFrom(InputStream input) static Common.DocumentWithIdCommon.DocumentWithId.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.DocumentWithIdCommon.DocumentWithId.parseFrom(ByteBuffer data) static Common.DocumentWithIdCommon.DocumentWithId.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.common that return types with arguments of type Common.DocumentWithIdModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Common.DocumentWithId>Common.DocumentWithId.getParserForType()static com.google.protobuf.Parser<Common.DocumentWithId>Common.DocumentWithId.parser()Methods in io.dingodb.common with parameters of type Common.DocumentWithIdModifier and TypeMethodDescriptionCommon.DocumentWithScore.Builder.mergeDocumentWithId(Common.DocumentWithId value) .dingodb.pb.common.DocumentWithId document_with_id = 1;Common.DocumentWithId.Builder.mergeFrom(Common.DocumentWithId other) Common.DocumentWithId.newBuilder(Common.DocumentWithId prototype) Common.DocumentWithScore.Builder.setDocumentWithId(Common.DocumentWithId value) .dingodb.pb.common.DocumentWithId document_with_id = 1; -
Uses of Common.DocumentWithId in io.dingodb.document
Methods in io.dingodb.document that return Common.DocumentWithIdModifier and TypeMethodDescriptionDocument.DocumentAddRequest.Builder.getDocuments(int index) repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentAddRequest.getDocuments(int index) repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentAddRequestOrBuilder.getDocuments(int index) repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentScanQueryResponse.Builder.getDocuments(int index) repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentScanQueryResponse.getDocuments(int index) repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentScanQueryResponseOrBuilder.getDocuments(int index) repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentBatchQueryResponse.Builder.getDoucments(int index) repeated .dingodb.pb.common.DocumentWithId doucments = 3;Document.DocumentBatchQueryResponse.getDoucments(int index) repeated .dingodb.pb.common.DocumentWithId doucments = 3;Document.DocumentBatchQueryResponseOrBuilder.getDoucments(int index) repeated .dingodb.pb.common.DocumentWithId doucments = 3;Methods in io.dingodb.document that return types with arguments of type Common.DocumentWithIdModifier and TypeMethodDescriptionDocument.DocumentAddRequest.Builder.getDocumentsList()repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentAddRequest.getDocumentsList()repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentAddRequestOrBuilder.getDocumentsList()repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentScanQueryResponse.Builder.getDocumentsList()repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentScanQueryResponse.getDocumentsList()repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentScanQueryResponseOrBuilder.getDocumentsList()repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentBatchQueryResponse.Builder.getDoucmentsList()repeated .dingodb.pb.common.DocumentWithId doucments = 3;Document.DocumentBatchQueryResponse.getDoucmentsList()repeated .dingodb.pb.common.DocumentWithId doucments = 3;Document.DocumentBatchQueryResponseOrBuilder.getDoucmentsList()repeated .dingodb.pb.common.DocumentWithId doucments = 3;Methods in io.dingodb.document with parameters of type Common.DocumentWithIdModifier and TypeMethodDescriptionDocument.DocumentAddRequest.Builder.addDocuments(int index, Common.DocumentWithId value) repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentAddRequest.Builder.addDocuments(Common.DocumentWithId value) repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentScanQueryResponse.Builder.addDocuments(int index, Common.DocumentWithId value) repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentScanQueryResponse.Builder.addDocuments(Common.DocumentWithId value) repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentBatchQueryResponse.Builder.addDoucments(int index, Common.DocumentWithId value) repeated .dingodb.pb.common.DocumentWithId doucments = 3;Document.DocumentBatchQueryResponse.Builder.addDoucments(Common.DocumentWithId value) repeated .dingodb.pb.common.DocumentWithId doucments = 3;Document.DocumentAddRequest.Builder.setDocuments(int index, Common.DocumentWithId value) repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentScanQueryResponse.Builder.setDocuments(int index, Common.DocumentWithId value) repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentBatchQueryResponse.Builder.setDoucments(int index, Common.DocumentWithId value) repeated .dingodb.pb.common.DocumentWithId doucments = 3;Method parameters in io.dingodb.document with type arguments of type Common.DocumentWithIdModifier and TypeMethodDescriptionDocument.DocumentAddRequest.Builder.addAllDocuments(Iterable<? extends Common.DocumentWithId> values) repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentScanQueryResponse.Builder.addAllDocuments(Iterable<? extends Common.DocumentWithId> values) repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentBatchQueryResponse.Builder.addAllDoucments(Iterable<? extends Common.DocumentWithId> values) repeated .dingodb.pb.common.DocumentWithId doucments = 3; -
Uses of Common.DocumentWithId in io.dingodb.raft
Methods in io.dingodb.raft that return Common.DocumentWithIdModifier and TypeMethodDescriptionRaft.DocumentAddRequest.Builder.getDocuments(int index) repeated .dingodb.pb.common.DocumentWithId documents = 2;Raft.DocumentAddRequest.getDocuments(int index) repeated .dingodb.pb.common.DocumentWithId documents = 2;Raft.DocumentAddRequestOrBuilder.getDocuments(int index) repeated .dingodb.pb.common.DocumentWithId documents = 2;Raft.DocumentBatchAddRequest.Builder.getDocuments(int index) repeated .dingodb.pb.common.DocumentWithId documents = 2;Raft.DocumentBatchAddRequest.getDocuments(int index) repeated .dingodb.pb.common.DocumentWithId documents = 2;Raft.DocumentBatchAddRequestOrBuilder.getDocuments(int index) repeated .dingodb.pb.common.DocumentWithId documents = 2;Methods in io.dingodb.raft that return types with arguments of type Common.DocumentWithIdModifier and TypeMethodDescriptionRaft.DocumentAddRequest.Builder.getDocumentsList()repeated .dingodb.pb.common.DocumentWithId documents = 2;Raft.DocumentAddRequest.getDocumentsList()repeated .dingodb.pb.common.DocumentWithId documents = 2;Raft.DocumentAddRequestOrBuilder.getDocumentsList()repeated .dingodb.pb.common.DocumentWithId documents = 2;Raft.DocumentBatchAddRequest.Builder.getDocumentsList()repeated .dingodb.pb.common.DocumentWithId documents = 2;Raft.DocumentBatchAddRequest.getDocumentsList()repeated .dingodb.pb.common.DocumentWithId documents = 2;Raft.DocumentBatchAddRequestOrBuilder.getDocumentsList()repeated .dingodb.pb.common.DocumentWithId documents = 2;Methods in io.dingodb.raft with parameters of type Common.DocumentWithIdModifier and TypeMethodDescriptionRaft.DocumentAddRequest.Builder.addDocuments(int index, Common.DocumentWithId value) repeated .dingodb.pb.common.DocumentWithId documents = 2;Raft.DocumentAddRequest.Builder.addDocuments(Common.DocumentWithId value) repeated .dingodb.pb.common.DocumentWithId documents = 2;Raft.DocumentBatchAddRequest.Builder.addDocuments(int index, Common.DocumentWithId value) repeated .dingodb.pb.common.DocumentWithId documents = 2;Raft.DocumentBatchAddRequest.Builder.addDocuments(Common.DocumentWithId value) repeated .dingodb.pb.common.DocumentWithId documents = 2;Raft.DocumentAddRequest.Builder.setDocuments(int index, Common.DocumentWithId value) repeated .dingodb.pb.common.DocumentWithId documents = 2;Raft.DocumentBatchAddRequest.Builder.setDocuments(int index, Common.DocumentWithId value) repeated .dingodb.pb.common.DocumentWithId documents = 2;Method parameters in io.dingodb.raft with type arguments of type Common.DocumentWithIdModifier and TypeMethodDescriptionRaft.DocumentAddRequest.Builder.addAllDocuments(Iterable<? extends Common.DocumentWithId> values) repeated .dingodb.pb.common.DocumentWithId documents = 2;Raft.DocumentBatchAddRequest.Builder.addAllDocuments(Iterable<? extends Common.DocumentWithId> values) repeated .dingodb.pb.common.DocumentWithId documents = 2; -
Uses of Common.DocumentWithId in io.dingodb.store
Methods in io.dingodb.store that return Common.DocumentWithIdModifier and TypeMethodDescriptionStore.Mutation.Builder.getDocument()for document index region, executor must use the DocumentWithId to do put/putifabsentStore.Mutation.getDocument()for document index region, executor must use the DocumentWithId to do put/putifabsentStore.MutationOrBuilder.getDocument()for document index region, executor must use the DocumentWithId to do put/putifabsentStore.TxnGetResponse.Builder.getDocument()for document index region: The document value associated with the key, if not found, is empty and error is NOT_FOUND dingo-store do not accept NULL value, so if value is NULL, it means the key is not existStore.TxnGetResponse.getDocument()for document index region: The document value associated with the key, if not found, is empty and error is NOT_FOUND dingo-store do not accept NULL value, so if value is NULL, it means the key is not existStore.TxnGetResponseOrBuilder.getDocument()for document index region: The document value associated with the key, if not found, is empty and error is NOT_FOUND dingo-store do not accept NULL value, so if value is NULL, it means the key is not existStore.TxnBatchGetResponse.Builder.getDocuments(int index) for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnBatchGetResponse.getDocuments(int index) for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnBatchGetResponseOrBuilder.getDocuments(int index) for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnPessimisticLockResponse.Builder.getDocuments(int index) for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnPessimisticLockResponse.getDocuments(int index) for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnPessimisticLockResponseOrBuilder.getDocuments(int index) for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnScanResponse.Builder.getDocuments(int index) for document index region, documents is the return value of the scan requestStore.TxnScanResponse.getDocuments(int index) for document index region, documents is the return value of the scan requestStore.TxnScanResponseOrBuilder.getDocuments(int index) for document index region, documents is the return value of the scan requestMethods in io.dingodb.store that return types with arguments of type Common.DocumentWithIdModifier and TypeMethodDescriptionStore.TxnBatchGetResponse.Builder.getDocumentsList()for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnBatchGetResponse.getDocumentsList()for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnBatchGetResponseOrBuilder.getDocumentsList()for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnPessimisticLockResponse.Builder.getDocumentsList()for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnPessimisticLockResponse.getDocumentsList()for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnPessimisticLockResponseOrBuilder.getDocumentsList()for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnScanResponse.Builder.getDocumentsList()for document index region, documents is the return value of the scan requestStore.TxnScanResponse.getDocumentsList()for document index region, documents is the return value of the scan requestStore.TxnScanResponseOrBuilder.getDocumentsList()for document index region, documents is the return value of the scan requestMethods in io.dingodb.store with parameters of type Common.DocumentWithIdModifier and TypeMethodDescriptionStore.TxnBatchGetResponse.Builder.addDocuments(int index, Common.DocumentWithId value) for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnBatchGetResponse.Builder.addDocuments(Common.DocumentWithId value) for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnPessimisticLockResponse.Builder.addDocuments(int index, Common.DocumentWithId value) for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnPessimisticLockResponse.Builder.addDocuments(Common.DocumentWithId value) for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnScanResponse.Builder.addDocuments(int index, Common.DocumentWithId value) for document index region, documents is the return value of the scan requestStore.TxnScanResponse.Builder.addDocuments(Common.DocumentWithId value) for document index region, documents is the return value of the scan requestStore.Mutation.Builder.mergeDocument(Common.DocumentWithId value) for document index region, executor must use the DocumentWithId to do put/putifabsentStore.TxnGetResponse.Builder.mergeDocument(Common.DocumentWithId value) for document index region: The document value associated with the key, if not found, is empty and error is NOT_FOUND dingo-store do not accept NULL value, so if value is NULL, it means the key is not existStore.Mutation.Builder.setDocument(Common.DocumentWithId value) for document index region, executor must use the DocumentWithId to do put/putifabsentStore.TxnGetResponse.Builder.setDocument(Common.DocumentWithId value) for document index region: The document value associated with the key, if not found, is empty and error is NOT_FOUND dingo-store do not accept NULL value, so if value is NULL, it means the key is not existStore.TxnBatchGetResponse.Builder.setDocuments(int index, Common.DocumentWithId value) for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnPessimisticLockResponse.Builder.setDocuments(int index, Common.DocumentWithId value) for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnScanResponse.Builder.setDocuments(int index, Common.DocumentWithId value) for document index region, documents is the return value of the scan requestMethod parameters in io.dingodb.store with type arguments of type Common.DocumentWithIdModifier and TypeMethodDescriptionStore.TxnBatchGetResponse.Builder.addAllDocuments(Iterable<? extends Common.DocumentWithId> values) for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnPessimisticLockResponse.Builder.addAllDocuments(Iterable<? extends Common.DocumentWithId> values) for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnScanResponse.Builder.addAllDocuments(Iterable<? extends Common.DocumentWithId> values) for document index region, documents is the return value of the scan request