Uses of Class
io.dingodb.store.Store.TxnPrewriteResponse.Builder
Packages that use Store.TxnPrewriteResponse.Builder
-
Uses of Store.TxnPrewriteResponse.Builder in io.dingodb.store
Methods in io.dingodb.store that return Store.TxnPrewriteResponse.BuilderModifier and TypeMethodDescriptionStore.TxnPrewriteResponse.Builder.addAllKeysAlreadyExist(Iterable<? extends Store.AlreadyExist> values) if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedStore.TxnPrewriteResponse.Builder.addAllTxnResult(Iterable<? extends Store.TxnResultInfo> values) for prewrite, txn_result will be one of the following: 1.Store.TxnPrewriteResponse.Builder.addKeysAlreadyExist(int index, Store.AlreadyExist value) if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedStore.TxnPrewriteResponse.Builder.addKeysAlreadyExist(int index, Store.AlreadyExist.Builder builderForValue) if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedStore.TxnPrewriteResponse.Builder.addKeysAlreadyExist(Store.AlreadyExist value) if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedStore.TxnPrewriteResponse.Builder.addKeysAlreadyExist(Store.AlreadyExist.Builder builderForValue) if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedStore.TxnPrewriteResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.TxnPrewriteResponse.Builder.addTxnResult(int index, Store.TxnResultInfo value) for prewrite, txn_result will be one of the following: 1.Store.TxnPrewriteResponse.Builder.addTxnResult(int index, Store.TxnResultInfo.Builder builderForValue) for prewrite, txn_result will be one of the following: 1.Store.TxnPrewriteResponse.Builder.addTxnResult(Store.TxnResultInfo value) for prewrite, txn_result will be one of the following: 1.Store.TxnPrewriteResponse.Builder.addTxnResult(Store.TxnResultInfo.Builder builderForValue) for prewrite, txn_result will be one of the following: 1.Store.TxnPrewriteResponse.Builder.clear()Store.TxnPrewriteResponse.Builder.clearError()error codeStore.TxnPrewriteResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Store.TxnPrewriteResponse.Builder.clearKeysAlreadyExist()if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedStore.TxnPrewriteResponse.Builder.clearMinCommitTs()0 if the min_commit_ts is not ready or any other reason that async commit cannot proceed.Store.TxnPrewriteResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Store.TxnPrewriteResponse.Builder.clearOnePcCommitTs()When the transaction is successfully committed with 1PC protocol, this field will be set to the commit ts of the transaction.Store.TxnPrewriteResponse.Builder.clearResponseInfo()response infoStore.TxnPrewriteResponse.Builder.clearTxnResult()for prewrite, txn_result will be one of the following: 1.Store.TxnPrewriteResponse.Builder.clone()Store.TxnPrewriteResponse.Builder.mergeError(ErrorOuterClass.Error value) error codeStore.TxnPrewriteResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Store.TxnPrewriteResponse.Builder.mergeFrom(com.google.protobuf.Message other) Store.TxnPrewriteResponse.Builder.mergeFrom(Store.TxnPrewriteResponse other) Store.TxnPrewriteResponse.Builder.mergeResponseInfo(Common.ResponseInfo value) response infoStore.TxnPrewriteResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Store.TxnPrewriteResponse.newBuilder()Store.TxnPrewriteResponse.newBuilder(Store.TxnPrewriteResponse prototype) Store.TxnPrewriteResponse.newBuilderForType()protected Store.TxnPrewriteResponse.BuilderStore.TxnPrewriteResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Store.TxnPrewriteResponse.Builder.removeKeysAlreadyExist(int index) if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedStore.TxnPrewriteResponse.Builder.removeTxnResult(int index) for prewrite, txn_result will be one of the following: 1.Store.TxnPrewriteResponse.Builder.setError(ErrorOuterClass.Error value) error codeStore.TxnPrewriteResponse.Builder.setError(ErrorOuterClass.Error.Builder builderForValue) error codeStore.TxnPrewriteResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.TxnPrewriteResponse.Builder.setKeysAlreadyExist(int index, Store.AlreadyExist value) if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedStore.TxnPrewriteResponse.Builder.setKeysAlreadyExist(int index, Store.AlreadyExist.Builder builderForValue) if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedStore.TxnPrewriteResponse.Builder.setMinCommitTs(long value) 0 if the min_commit_ts is not ready or any other reason that async commit cannot proceed.Store.TxnPrewriteResponse.Builder.setOnePcCommitTs(long value) When the transaction is successfully committed with 1PC protocol, this field will be set to the commit ts of the transaction.Store.TxnPrewriteResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Store.TxnPrewriteResponse.Builder.setResponseInfo(Common.ResponseInfo value) response infoStore.TxnPrewriteResponse.Builder.setResponseInfo(Common.ResponseInfo.Builder builderForValue) response infoStore.TxnPrewriteResponse.Builder.setTxnResult(int index, Store.TxnResultInfo value) for prewrite, txn_result will be one of the following: 1.Store.TxnPrewriteResponse.Builder.setTxnResult(int index, Store.TxnResultInfo.Builder builderForValue) for prewrite, txn_result will be one of the following: 1.Store.TxnPrewriteResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Store.TxnPrewriteResponse.toBuilder()