Uses of Class
io.dingodb.store.Store.TxnCheckTxnStatusResponse.Builder
Packages that use Store.TxnCheckTxnStatusResponse.Builder
-
Uses of Store.TxnCheckTxnStatusResponse.Builder in io.dingodb.store
Methods in io.dingodb.store that return Store.TxnCheckTxnStatusResponse.BuilderModifier and TypeMethodDescriptionStore.TxnCheckTxnStatusResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.TxnCheckTxnStatusResponse.Builder.clear()Store.TxnCheckTxnStatusResponse.Builder.clearAction()The action performed by dingo-store (and why if the action is to rollback).Store.TxnCheckTxnStatusResponse.Builder.clearCommitTs()if the transaction of the lock is committed, the commit_ts is returnedStore.TxnCheckTxnStatusResponse.Builder.clearError()error codeStore.TxnCheckTxnStatusResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Store.TxnCheckTxnStatusResponse.Builder.clearLockInfo().dingodb.pb.store.LockInfo lock_info = 7;Store.TxnCheckTxnStatusResponse.Builder.clearLockTtl()Three kinds of transaction status: locked: lock_ttl > 0 committed: commit_ts > 0 rollbacked: lock_ttl = 0 && commit_ts = 0Store.TxnCheckTxnStatusResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Store.TxnCheckTxnStatusResponse.Builder.clearResponseInfo()response infoStore.TxnCheckTxnStatusResponse.Builder.clearTxnResult()the txn_result is one of the following: 1.Store.TxnCheckTxnStatusResponse.Builder.clone()Store.TxnCheckTxnStatusResponse.Builder.mergeError(ErrorOuterClass.Error value) error codeStore.TxnCheckTxnStatusResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Store.TxnCheckTxnStatusResponse.Builder.mergeFrom(com.google.protobuf.Message other) Store.TxnCheckTxnStatusResponse.Builder.mergeFrom(Store.TxnCheckTxnStatusResponse other) Store.TxnCheckTxnStatusResponse.Builder.mergeLockInfo(Store.LockInfo value) .dingodb.pb.store.LockInfo lock_info = 7;Store.TxnCheckTxnStatusResponse.Builder.mergeResponseInfo(Common.ResponseInfo value) response infoStore.TxnCheckTxnStatusResponse.Builder.mergeTxnResult(Store.TxnResultInfo value) the txn_result is one of the following: 1.Store.TxnCheckTxnStatusResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Store.TxnCheckTxnStatusResponse.newBuilder()Store.TxnCheckTxnStatusResponse.newBuilder(Store.TxnCheckTxnStatusResponse prototype) Store.TxnCheckTxnStatusResponse.newBuilderForType()protected Store.TxnCheckTxnStatusResponse.BuilderStore.TxnCheckTxnStatusResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Store.TxnCheckTxnStatusResponse.Builder.setAction(Store.Action value) The action performed by dingo-store (and why if the action is to rollback).Store.TxnCheckTxnStatusResponse.Builder.setActionValue(int value) The action performed by dingo-store (and why if the action is to rollback).Store.TxnCheckTxnStatusResponse.Builder.setCommitTs(long value) if the transaction of the lock is committed, the commit_ts is returnedStore.TxnCheckTxnStatusResponse.Builder.setError(ErrorOuterClass.Error value) error codeStore.TxnCheckTxnStatusResponse.Builder.setError(ErrorOuterClass.Error.Builder builderForValue) error codeStore.TxnCheckTxnStatusResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.TxnCheckTxnStatusResponse.Builder.setLockInfo(Store.LockInfo value) .dingodb.pb.store.LockInfo lock_info = 7;Store.TxnCheckTxnStatusResponse.Builder.setLockInfo(Store.LockInfo.Builder builderForValue) .dingodb.pb.store.LockInfo lock_info = 7;Store.TxnCheckTxnStatusResponse.Builder.setLockTtl(long value) Three kinds of transaction status: locked: lock_ttl > 0 committed: commit_ts > 0 rollbacked: lock_ttl = 0 && commit_ts = 0Store.TxnCheckTxnStatusResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Store.TxnCheckTxnStatusResponse.Builder.setResponseInfo(Common.ResponseInfo value) response infoStore.TxnCheckTxnStatusResponse.Builder.setResponseInfo(Common.ResponseInfo.Builder builderForValue) response infoStore.TxnCheckTxnStatusResponse.Builder.setTxnResult(Store.TxnResultInfo value) the txn_result is one of the following: 1.Store.TxnCheckTxnStatusResponse.Builder.setTxnResult(Store.TxnResultInfo.Builder builderForValue) the txn_result is one of the following: 1.Store.TxnCheckTxnStatusResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Store.TxnCheckTxnStatusResponse.toBuilder()