Uses of Interface
io.dingodb.common.Common.DocumentWithIdOrBuilder
Packages that use Common.DocumentWithIdOrBuilder
-
Uses of Common.DocumentWithIdOrBuilder in io.dingodb.common
Classes in io.dingodb.common that implement Common.DocumentWithIdOrBuilderModifier and TypeClassDescriptionstatic final classProtobuf typedingodb.pb.common.DocumentWithIdstatic final classProtobuf typedingodb.pb.common.DocumentWithIdMethods in io.dingodb.common that return Common.DocumentWithIdOrBuilderModifier and TypeMethodDescriptionCommon.DocumentWithScore.Builder.getDocumentWithIdOrBuilder().dingodb.pb.common.DocumentWithId document_with_id = 1;Common.DocumentWithScore.getDocumentWithIdOrBuilder().dingodb.pb.common.DocumentWithId document_with_id = 1;Common.DocumentWithScoreOrBuilder.getDocumentWithIdOrBuilder().dingodb.pb.common.DocumentWithId document_with_id = 1; -
Uses of Common.DocumentWithIdOrBuilder in io.dingodb.document
Methods in io.dingodb.document that return Common.DocumentWithIdOrBuilderModifier and TypeMethodDescriptionDocument.DocumentAddRequest.Builder.getDocumentsOrBuilder(int index) repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentAddRequest.getDocumentsOrBuilder(int index) repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentAddRequestOrBuilder.getDocumentsOrBuilder(int index) repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentScanQueryResponse.Builder.getDocumentsOrBuilder(int index) repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentScanQueryResponse.getDocumentsOrBuilder(int index) repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentScanQueryResponseOrBuilder.getDocumentsOrBuilder(int index) repeated .dingodb.pb.common.DocumentWithId documents = 3;Document.DocumentBatchQueryResponse.Builder.getDoucmentsOrBuilder(int index) repeated .dingodb.pb.common.DocumentWithId doucments = 3;Document.DocumentBatchQueryResponse.getDoucmentsOrBuilder(int index) repeated .dingodb.pb.common.DocumentWithId doucments = 3;Document.DocumentBatchQueryResponseOrBuilder.getDoucmentsOrBuilder(int index) repeated .dingodb.pb.common.DocumentWithId doucments = 3;Methods in io.dingodb.document that return types with arguments of type Common.DocumentWithIdOrBuilderModifier and TypeMethodDescriptionList<? extends Common.DocumentWithIdOrBuilder>Document.DocumentAddRequest.Builder.getDocumentsOrBuilderList()repeated .dingodb.pb.common.DocumentWithId documents = 3;List<? extends Common.DocumentWithIdOrBuilder>Document.DocumentAddRequest.getDocumentsOrBuilderList()repeated .dingodb.pb.common.DocumentWithId documents = 3;List<? extends Common.DocumentWithIdOrBuilder>Document.DocumentAddRequestOrBuilder.getDocumentsOrBuilderList()repeated .dingodb.pb.common.DocumentWithId documents = 3;List<? extends Common.DocumentWithIdOrBuilder>Document.DocumentScanQueryResponse.Builder.getDocumentsOrBuilderList()repeated .dingodb.pb.common.DocumentWithId documents = 3;List<? extends Common.DocumentWithIdOrBuilder>Document.DocumentScanQueryResponse.getDocumentsOrBuilderList()repeated .dingodb.pb.common.DocumentWithId documents = 3;List<? extends Common.DocumentWithIdOrBuilder>Document.DocumentScanQueryResponseOrBuilder.getDocumentsOrBuilderList()repeated .dingodb.pb.common.DocumentWithId documents = 3;List<? extends Common.DocumentWithIdOrBuilder>Document.DocumentBatchQueryResponse.Builder.getDoucmentsOrBuilderList()repeated .dingodb.pb.common.DocumentWithId doucments = 3;List<? extends Common.DocumentWithIdOrBuilder>Document.DocumentBatchQueryResponse.getDoucmentsOrBuilderList()repeated .dingodb.pb.common.DocumentWithId doucments = 3;List<? extends Common.DocumentWithIdOrBuilder>Document.DocumentBatchQueryResponseOrBuilder.getDoucmentsOrBuilderList()repeated .dingodb.pb.common.DocumentWithId doucments = 3; -
Uses of Common.DocumentWithIdOrBuilder in io.dingodb.raft
Methods in io.dingodb.raft that return Common.DocumentWithIdOrBuilderModifier and TypeMethodDescriptionRaft.DocumentAddRequest.Builder.getDocumentsOrBuilder(int index) repeated .dingodb.pb.common.DocumentWithId documents = 2;Raft.DocumentAddRequest.getDocumentsOrBuilder(int index) repeated .dingodb.pb.common.DocumentWithId documents = 2;Raft.DocumentAddRequestOrBuilder.getDocumentsOrBuilder(int index) repeated .dingodb.pb.common.DocumentWithId documents = 2;Raft.DocumentBatchAddRequest.Builder.getDocumentsOrBuilder(int index) repeated .dingodb.pb.common.DocumentWithId documents = 2;Raft.DocumentBatchAddRequest.getDocumentsOrBuilder(int index) repeated .dingodb.pb.common.DocumentWithId documents = 2;Raft.DocumentBatchAddRequestOrBuilder.getDocumentsOrBuilder(int index) repeated .dingodb.pb.common.DocumentWithId documents = 2;Methods in io.dingodb.raft that return types with arguments of type Common.DocumentWithIdOrBuilderModifier and TypeMethodDescriptionList<? extends Common.DocumentWithIdOrBuilder>Raft.DocumentAddRequest.Builder.getDocumentsOrBuilderList()repeated .dingodb.pb.common.DocumentWithId documents = 2;List<? extends Common.DocumentWithIdOrBuilder>Raft.DocumentAddRequest.getDocumentsOrBuilderList()repeated .dingodb.pb.common.DocumentWithId documents = 2;List<? extends Common.DocumentWithIdOrBuilder>Raft.DocumentAddRequestOrBuilder.getDocumentsOrBuilderList()repeated .dingodb.pb.common.DocumentWithId documents = 2;List<? extends Common.DocumentWithIdOrBuilder>Raft.DocumentBatchAddRequest.Builder.getDocumentsOrBuilderList()repeated .dingodb.pb.common.DocumentWithId documents = 2;List<? extends Common.DocumentWithIdOrBuilder>Raft.DocumentBatchAddRequest.getDocumentsOrBuilderList()repeated .dingodb.pb.common.DocumentWithId documents = 2;List<? extends Common.DocumentWithIdOrBuilder>Raft.DocumentBatchAddRequestOrBuilder.getDocumentsOrBuilderList()repeated .dingodb.pb.common.DocumentWithId documents = 2; -
Uses of Common.DocumentWithIdOrBuilder in io.dingodb.store
Methods in io.dingodb.store that return Common.DocumentWithIdOrBuilderModifier and TypeMethodDescriptionStore.Mutation.Builder.getDocumentOrBuilder()for document index region, executor must use the DocumentWithId to do put/putifabsentStore.Mutation.getDocumentOrBuilder()for document index region, executor must use the DocumentWithId to do put/putifabsentStore.MutationOrBuilder.getDocumentOrBuilder()for document index region, executor must use the DocumentWithId to do put/putifabsentStore.TxnGetResponse.Builder.getDocumentOrBuilder()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.getDocumentOrBuilder()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.getDocumentOrBuilder()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.getDocumentsOrBuilder(int index) for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnBatchGetResponse.getDocumentsOrBuilder(int index) for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnBatchGetResponseOrBuilder.getDocumentsOrBuilder(int index) for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnPessimisticLockResponse.Builder.getDocumentsOrBuilder(int index) for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnPessimisticLockResponse.getDocumentsOrBuilder(int index) for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnPessimisticLockResponseOrBuilder.getDocumentsOrBuilder(int index) for document index region: When some key is locked but we cannot check locks of all keys.Store.TxnScanResponse.Builder.getDocumentsOrBuilder(int index) for document index region, documents is the return value of the scan requestStore.TxnScanResponse.getDocumentsOrBuilder(int index) for document index region, documents is the return value of the scan requestStore.TxnScanResponseOrBuilder.getDocumentsOrBuilder(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.DocumentWithIdOrBuilderModifier and TypeMethodDescriptionList<? extends Common.DocumentWithIdOrBuilder>Store.TxnBatchGetResponse.Builder.getDocumentsOrBuilderList()for document index region: When some key is locked but we cannot check locks of all keys.List<? extends Common.DocumentWithIdOrBuilder>Store.TxnBatchGetResponse.getDocumentsOrBuilderList()for document index region: When some key is locked but we cannot check locks of all keys.List<? extends Common.DocumentWithIdOrBuilder>Store.TxnBatchGetResponseOrBuilder.getDocumentsOrBuilderList()for document index region: When some key is locked but we cannot check locks of all keys.List<? extends Common.DocumentWithIdOrBuilder>Store.TxnPessimisticLockResponse.Builder.getDocumentsOrBuilderList()for document index region: When some key is locked but we cannot check locks of all keys.List<? extends Common.DocumentWithIdOrBuilder>Store.TxnPessimisticLockResponse.getDocumentsOrBuilderList()for document index region: When some key is locked but we cannot check locks of all keys.List<? extends Common.DocumentWithIdOrBuilder>Store.TxnPessimisticLockResponseOrBuilder.getDocumentsOrBuilderList()for document index region: When some key is locked but we cannot check locks of all keys.List<? extends Common.DocumentWithIdOrBuilder>Store.TxnScanResponse.Builder.getDocumentsOrBuilderList()for document index region, documents is the return value of the scan requestList<? extends Common.DocumentWithIdOrBuilder>Store.TxnScanResponse.getDocumentsOrBuilderList()for document index region, documents is the return value of the scan requestList<? extends Common.DocumentWithIdOrBuilder>Store.TxnScanResponseOrBuilder.getDocumentsOrBuilderList()for document index region, documents is the return value of the scan request