Uses of Class
io.dingodb.store.Store.LockInfo.Builder
Packages that use Store.LockInfo.Builder
-
Uses of Store.LockInfo.Builder in io.dingodb.debug
Methods in io.dingodb.debug that return Store.LockInfo.BuilderModifier and TypeMethodDescriptionDebug.DumpRegionResponse.Txn.Lock.Builder.getLockInfoBuilder().dingodb.pb.store.LockInfo lock_info = 2;Methods in io.dingodb.debug with parameters of type Store.LockInfo.BuilderModifier and TypeMethodDescriptionDebug.DumpRegionResponse.Txn.Lock.Builder.setLockInfo(Store.LockInfo.Builder builderForValue) .dingodb.pb.store.LockInfo lock_info = 2; -
Uses of Store.LockInfo.Builder in io.dingodb.store
Methods in io.dingodb.store that return Store.LockInfo.BuilderModifier and TypeMethodDescriptionStore.LockInfo.Builder.addAllSecondaries(Iterable<? extends com.google.protobuf.ByteString> values) the key list of all secondary for transactions that are using Async Commit.Store.TxnCheckSecondaryLocksResponse.Builder.addLocksBuilder()For each key in `keys` in `CheckSecondaryLocks`, there will be a lock in this list if there is a lock present and belonging to the correct transaction, nil otherwise.Store.TxnCheckSecondaryLocksResponse.Builder.addLocksBuilder(int index) For each key in `keys` in `CheckSecondaryLocks`, there will be a lock in this list if there is a lock present and belonging to the correct transaction, nil otherwise.Store.TxnScanLockResponse.Builder.addLocksBuilder()Info on all locks found by the scan.Store.TxnScanLockResponse.Builder.addLocksBuilder(int index) Info on all locks found by the scan.Store.LockInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.LockInfo.Builder.addSecondaries(com.google.protobuf.ByteString value) the key list of all secondary for transactions that are using Async Commit.Store.LockInfo.Builder.clear()Store.LockInfo.Builder.clearExtraData()write_info.short_valueStore.LockInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Store.LockInfo.Builder.clearForUpdateTs()the for_update_ts of the pessimistic lockStore.LockInfo.Builder.clearKey()the key of the lockStore.LockInfo.Builder.clearLockTs()the start_ts of the transactionStore.LockInfo.Builder.clearLockTtl()the lock ttl timestamp in milisecondStore.LockInfo.Builder.clearLockType()the type of the lock, it can be put, delete, lockStore.LockInfo.Builder.clearMinCommitTs()the min_commit_ts of the transactionStore.LockInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Store.LockInfo.Builder.clearPrimaryLock()the primary lock of the transactionStore.LockInfo.Builder.clearSecondaries()the key list of all secondary for transactions that are using Async Commit.Store.LockInfo.Builder.clearShortValue()the short value will persist to lock_info, and do not write data, commit will set it toStore.LockInfo.Builder.clearTxnSize()the number of keys involved in the transactionStore.LockInfo.Builder.clearUseAsyncCommit()bool use_async_commit = 11;Store.LockInfo.Builder.clone()Store.TxnResultInfo.Builder.getLockedBuilder()Client should backoff or cleanup the lock then retry, this error occurs in get phase.Store.PrimaryMismatch.Builder.getLockInfoBuilder().dingodb.pb.store.LockInfo lock_info = 1;Store.TxnCheckTxnStatusResponse.Builder.getLockInfoBuilder().dingodb.pb.store.LockInfo lock_info = 7;Store.TxnLockValue.Builder.getLockInfoBuilder().dingodb.pb.store.LockInfo lock_info = 1;Store.TxnCheckSecondaryLocksResponse.Builder.getLocksBuilder(int index) For each key in `keys` in `CheckSecondaryLocks`, there will be a lock in this list if there is a lock present and belonging to the correct transaction, nil otherwise.Store.TxnScanLockResponse.Builder.getLocksBuilder(int index) Info on all locks found by the scan.Store.LockInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Store.LockInfo.Builder.mergeFrom(com.google.protobuf.Message other) Store.LockInfo.Builder.mergeFrom(Store.LockInfo other) final Store.LockInfo.BuilderStore.LockInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Store.LockInfo.BuilderStore.LockInfo.newBuilder()static Store.LockInfo.BuilderStore.LockInfo.newBuilder(Store.LockInfo prototype) Store.LockInfo.newBuilderForType()protected Store.LockInfo.BuilderStore.LockInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Store.LockInfo.Builder.setExtraData(com.google.protobuf.ByteString value) write_info.short_valueStore.LockInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.LockInfo.Builder.setForUpdateTs(long value) the for_update_ts of the pessimistic lockStore.LockInfo.Builder.setKey(com.google.protobuf.ByteString value) the key of the lockStore.LockInfo.Builder.setLockTs(long value) the start_ts of the transactionStore.LockInfo.Builder.setLockTtl(long value) the lock ttl timestamp in milisecondStore.LockInfo.Builder.setLockType(Store.Op value) the type of the lock, it can be put, delete, lockStore.LockInfo.Builder.setLockTypeValue(int value) the type of the lock, it can be put, delete, lockStore.LockInfo.Builder.setMinCommitTs(long value) the min_commit_ts of the transactionStore.LockInfo.Builder.setPrimaryLock(com.google.protobuf.ByteString value) the primary lock of the transactionStore.LockInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Store.LockInfo.Builder.setSecondaries(int index, com.google.protobuf.ByteString value) the key list of all secondary for transactions that are using Async Commit.Store.LockInfo.Builder.setShortValue(com.google.protobuf.ByteString value) the short value will persist to lock_info, and do not write data, commit will set it toStore.LockInfo.Builder.setTxnSize(long value) the number of keys involved in the transactionfinal Store.LockInfo.BuilderStore.LockInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Store.LockInfo.Builder.setUseAsyncCommit(boolean value) bool use_async_commit = 11;Store.LockInfo.toBuilder()Methods in io.dingodb.store that return types with arguments of type Store.LockInfo.BuilderModifier and TypeMethodDescriptionStore.TxnCheckSecondaryLocksResponse.Builder.getLocksBuilderList()For each key in `keys` in `CheckSecondaryLocks`, there will be a lock in this list if there is a lock present and belonging to the correct transaction, nil otherwise.Store.TxnScanLockResponse.Builder.getLocksBuilderList()Info on all locks found by the scan.Methods in io.dingodb.store with parameters of type Store.LockInfo.BuilderModifier and TypeMethodDescriptionStore.TxnCheckSecondaryLocksResponse.Builder.addLocks(int index, Store.LockInfo.Builder builderForValue) For each key in `keys` in `CheckSecondaryLocks`, there will be a lock in this list if there is a lock present and belonging to the correct transaction, nil otherwise.Store.TxnCheckSecondaryLocksResponse.Builder.addLocks(Store.LockInfo.Builder builderForValue) For each key in `keys` in `CheckSecondaryLocks`, there will be a lock in this list if there is a lock present and belonging to the correct transaction, nil otherwise.Store.TxnScanLockResponse.Builder.addLocks(int index, Store.LockInfo.Builder builderForValue) Info on all locks found by the scan.Store.TxnScanLockResponse.Builder.addLocks(Store.LockInfo.Builder builderForValue) Info on all locks found by the scan.Store.TxnResultInfo.Builder.setLocked(Store.LockInfo.Builder builderForValue) Client should backoff or cleanup the lock then retry, this error occurs in get phase.Store.PrimaryMismatch.Builder.setLockInfo(Store.LockInfo.Builder builderForValue) .dingodb.pb.store.LockInfo lock_info = 1;Store.TxnCheckTxnStatusResponse.Builder.setLockInfo(Store.LockInfo.Builder builderForValue) .dingodb.pb.store.LockInfo lock_info = 7;Store.TxnLockValue.Builder.setLockInfo(Store.LockInfo.Builder builderForValue) .dingodb.pb.store.LockInfo lock_info = 1;Store.TxnCheckSecondaryLocksResponse.Builder.setLocks(int index, Store.LockInfo.Builder builderForValue) For each key in `keys` in `CheckSecondaryLocks`, there will be a lock in this list if there is a lock present and belonging to the correct transaction, nil otherwise.Store.TxnScanLockResponse.Builder.setLocks(int index, Store.LockInfo.Builder builderForValue) Info on all locks found by the scan.