Uses of Class
io.dingodb.store.Store.LockInfo
Packages that use Store.LockInfo
-
Uses of Store.LockInfo in io.dingodb.debug
Methods in io.dingodb.debug that return Store.LockInfoModifier and TypeMethodDescriptionDebug.DumpRegionResponse.Txn.Lock.Builder.getLockInfo().dingodb.pb.store.LockInfo lock_info = 2;Debug.DumpRegionResponse.Txn.Lock.getLockInfo().dingodb.pb.store.LockInfo lock_info = 2;Debug.DumpRegionResponse.Txn.LockOrBuilder.getLockInfo().dingodb.pb.store.LockInfo lock_info = 2;Methods in io.dingodb.debug with parameters of type Store.LockInfoModifier and TypeMethodDescriptionDebug.DumpRegionResponse.Txn.Lock.Builder.mergeLockInfo(Store.LockInfo value) .dingodb.pb.store.LockInfo lock_info = 2;Debug.DumpRegionResponse.Txn.Lock.Builder.setLockInfo(Store.LockInfo value) .dingodb.pb.store.LockInfo lock_info = 2; -
Uses of Store.LockInfo in io.dingodb.store
Methods in io.dingodb.store that return Store.LockInfoModifier and TypeMethodDescriptionStore.LockInfo.Builder.build()Store.LockInfo.Builder.buildPartial()static Store.LockInfoStore.LockInfo.getDefaultInstance()Store.LockInfo.Builder.getDefaultInstanceForType()Store.LockInfo.getDefaultInstanceForType()Store.TxnResultInfo.Builder.getLocked()Client should backoff or cleanup the lock then retry, this error occurs in get phase.Store.TxnResultInfo.getLocked()Client should backoff or cleanup the lock then retry, this error occurs in get phase.Store.TxnResultInfoOrBuilder.getLocked()Client should backoff or cleanup the lock then retry, this error occurs in get phase.Store.PrimaryMismatch.Builder.getLockInfo().dingodb.pb.store.LockInfo lock_info = 1;Store.PrimaryMismatch.getLockInfo().dingodb.pb.store.LockInfo lock_info = 1;Store.PrimaryMismatchOrBuilder.getLockInfo().dingodb.pb.store.LockInfo lock_info = 1;Store.TxnCheckTxnStatusResponse.Builder.getLockInfo().dingodb.pb.store.LockInfo lock_info = 7;Store.TxnCheckTxnStatusResponse.getLockInfo().dingodb.pb.store.LockInfo lock_info = 7;Store.TxnCheckTxnStatusResponseOrBuilder.getLockInfo().dingodb.pb.store.LockInfo lock_info = 7;Store.TxnLockValue.Builder.getLockInfo().dingodb.pb.store.LockInfo lock_info = 1;Store.TxnLockValue.getLockInfo().dingodb.pb.store.LockInfo lock_info = 1;Store.TxnLockValueOrBuilder.getLockInfo().dingodb.pb.store.LockInfo lock_info = 1;Store.TxnCheckSecondaryLocksResponse.Builder.getLocks(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.TxnCheckSecondaryLocksResponse.getLocks(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.TxnCheckSecondaryLocksResponseOrBuilder.getLocks(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.getLocks(int index) Info on all locks found by the scan.Store.TxnScanLockResponse.getLocks(int index) Info on all locks found by the scan.Store.TxnScanLockResponseOrBuilder.getLocks(int index) Info on all locks found by the scan.static Store.LockInfoStore.LockInfo.parseDelimitedFrom(InputStream input) static Store.LockInfoStore.LockInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.LockInfoStore.LockInfo.parseFrom(byte[] data) static Store.LockInfoStore.LockInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.LockInfoStore.LockInfo.parseFrom(com.google.protobuf.ByteString data) static Store.LockInfoStore.LockInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.LockInfoStore.LockInfo.parseFrom(com.google.protobuf.CodedInputStream input) static Store.LockInfoStore.LockInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.LockInfoStore.LockInfo.parseFrom(InputStream input) static Store.LockInfoStore.LockInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.LockInfoStore.LockInfo.parseFrom(ByteBuffer data) static Store.LockInfoStore.LockInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.store that return types with arguments of type Store.LockInfoModifier and TypeMethodDescriptionStore.TxnCheckSecondaryLocksResponse.Builder.getLocksList()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.getLocksList()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.TxnCheckSecondaryLocksResponseOrBuilder.getLocksList()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.getLocksList()Info on all locks found by the scan.Store.TxnScanLockResponse.getLocksList()Info on all locks found by the scan.Store.TxnScanLockResponseOrBuilder.getLocksList()Info on all locks found by the scan.com.google.protobuf.Parser<Store.LockInfo>Store.LockInfo.getParserForType()static com.google.protobuf.Parser<Store.LockInfo>Store.LockInfo.parser()Methods in io.dingodb.store with parameters of type Store.LockInfoModifier and TypeMethodDescriptionStore.TxnCheckSecondaryLocksResponse.Builder.addLocks(int index, Store.LockInfo value) 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 value) 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 value) Info on all locks found by the scan.Store.TxnScanLockResponse.Builder.addLocks(Store.LockInfo value) Info on all locks found by the scan.Store.LockInfo.Builder.mergeFrom(Store.LockInfo other) Store.TxnResultInfo.Builder.mergeLocked(Store.LockInfo value) Client should backoff or cleanup the lock then retry, this error occurs in get phase.Store.PrimaryMismatch.Builder.mergeLockInfo(Store.LockInfo value) .dingodb.pb.store.LockInfo lock_info = 1;Store.TxnCheckTxnStatusResponse.Builder.mergeLockInfo(Store.LockInfo value) .dingodb.pb.store.LockInfo lock_info = 7;Store.TxnLockValue.Builder.mergeLockInfo(Store.LockInfo value) .dingodb.pb.store.LockInfo lock_info = 1;static Store.LockInfo.BuilderStore.LockInfo.newBuilder(Store.LockInfo prototype) Store.TxnResultInfo.Builder.setLocked(Store.LockInfo value) Client should backoff or cleanup the lock then retry, this error occurs in get phase.Store.PrimaryMismatch.Builder.setLockInfo(Store.LockInfo value) .dingodb.pb.store.LockInfo lock_info = 1;Store.TxnCheckTxnStatusResponse.Builder.setLockInfo(Store.LockInfo value) .dingodb.pb.store.LockInfo lock_info = 7;Store.TxnLockValue.Builder.setLockInfo(Store.LockInfo value) .dingodb.pb.store.LockInfo lock_info = 1;Store.TxnCheckSecondaryLocksResponse.Builder.setLocks(int index, Store.LockInfo value) 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 value) Info on all locks found by the scan.Method parameters in io.dingodb.store with type arguments of type Store.LockInfoModifier and TypeMethodDescriptionStore.TxnCheckSecondaryLocksResponse.Builder.addAllLocks(Iterable<? extends Store.LockInfo> values) 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.addAllLocks(Iterable<? extends Store.LockInfo> values) Info on all locks found by the scan.