Uses of Class
io.dingodb.store.Store.TxnGetResponse.Builder
Packages that use Store.TxnGetResponse.Builder
-
Uses of Store.TxnGetResponse.Builder in io.dingodb.store
Methods in io.dingodb.store that return Store.TxnGetResponse.BuilderModifier and TypeMethodDescriptionStore.TxnGetResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.TxnGetResponse.Builder.clear()Store.TxnGetResponse.Builder.clearDocument()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.Builder.clearError()error codeStore.TxnGetResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Store.TxnGetResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Store.TxnGetResponse.Builder.clearResponseInfo()response infoStore.TxnGetResponse.Builder.clearTxnResult()A value could not be retrieved due to the state of the database for the requested key.Store.TxnGetResponse.Builder.clearValue()for store table/index region: The 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.Builder.clearVector()for vector index region: The vector 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.Builder.clone()Store.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.TxnGetResponse.Builder.mergeError(ErrorOuterClass.Error value) error codeStore.TxnGetResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Store.TxnGetResponse.Builder.mergeFrom(com.google.protobuf.Message other) Store.TxnGetResponse.Builder.mergeFrom(Store.TxnGetResponse other) Store.TxnGetResponse.Builder.mergeResponseInfo(Common.ResponseInfo value) response infoStore.TxnGetResponse.Builder.mergeTxnResult(Store.TxnResultInfo value) A value could not be retrieved due to the state of the database for the requested key.Store.TxnGetResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Store.TxnGetResponse.Builder.mergeVector(Common.VectorWithId value) for vector index region: The vector 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 existstatic Store.TxnGetResponse.BuilderStore.TxnGetResponse.newBuilder()static Store.TxnGetResponse.BuilderStore.TxnGetResponse.newBuilder(Store.TxnGetResponse prototype) Store.TxnGetResponse.newBuilderForType()protected Store.TxnGetResponse.BuilderStore.TxnGetResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Store.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.TxnGetResponse.Builder.setDocument(Common.DocumentWithId.Builder builderForValue) 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.Builder.setError(ErrorOuterClass.Error value) error codeStore.TxnGetResponse.Builder.setError(ErrorOuterClass.Error.Builder builderForValue) error codeStore.TxnGetResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.TxnGetResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Store.TxnGetResponse.Builder.setResponseInfo(Common.ResponseInfo value) response infoStore.TxnGetResponse.Builder.setResponseInfo(Common.ResponseInfo.Builder builderForValue) response infoStore.TxnGetResponse.Builder.setTxnResult(Store.TxnResultInfo value) A value could not be retrieved due to the state of the database for the requested key.Store.TxnGetResponse.Builder.setTxnResult(Store.TxnResultInfo.Builder builderForValue) A value could not be retrieved due to the state of the database for the requested key.Store.TxnGetResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Store.TxnGetResponse.Builder.setValue(com.google.protobuf.ByteString value) for store table/index region: The 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.Builder.setVector(Common.VectorWithId value) for vector index region: The vector 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.Builder.setVector(Common.VectorWithId.Builder builderForValue) for vector index region: The vector 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.toBuilder()