Uses of Interface
io.dingodb.store.Store.LockInfoOrBuilder
Packages that use Store.LockInfoOrBuilder
-
Uses of Store.LockInfoOrBuilder in io.dingodb.debug
Methods in io.dingodb.debug that return Store.LockInfoOrBuilderModifier and TypeMethodDescriptionDebug.DumpRegionResponse.Txn.Lock.Builder.getLockInfoOrBuilder().dingodb.pb.store.LockInfo lock_info = 2;Debug.DumpRegionResponse.Txn.Lock.getLockInfoOrBuilder().dingodb.pb.store.LockInfo lock_info = 2;Debug.DumpRegionResponse.Txn.LockOrBuilder.getLockInfoOrBuilder().dingodb.pb.store.LockInfo lock_info = 2; -
Uses of Store.LockInfoOrBuilder in io.dingodb.store
Classes in io.dingodb.store that implement Store.LockInfoOrBuilderModifier and TypeClassDescriptionstatic final classProtobuf typedingodb.pb.store.LockInfostatic final classProtobuf typedingodb.pb.store.LockInfoMethods in io.dingodb.store that return Store.LockInfoOrBuilderModifier and TypeMethodDescriptionStore.TxnResultInfo.Builder.getLockedOrBuilder()Client should backoff or cleanup the lock then retry, this error occurs in get phase.Store.TxnResultInfo.getLockedOrBuilder()Client should backoff or cleanup the lock then retry, this error occurs in get phase.Store.TxnResultInfoOrBuilder.getLockedOrBuilder()Client should backoff or cleanup the lock then retry, this error occurs in get phase.Store.PrimaryMismatch.Builder.getLockInfoOrBuilder().dingodb.pb.store.LockInfo lock_info = 1;Store.PrimaryMismatch.getLockInfoOrBuilder().dingodb.pb.store.LockInfo lock_info = 1;Store.PrimaryMismatchOrBuilder.getLockInfoOrBuilder().dingodb.pb.store.LockInfo lock_info = 1;Store.TxnCheckTxnStatusResponse.Builder.getLockInfoOrBuilder().dingodb.pb.store.LockInfo lock_info = 7;Store.TxnCheckTxnStatusResponse.getLockInfoOrBuilder().dingodb.pb.store.LockInfo lock_info = 7;Store.TxnCheckTxnStatusResponseOrBuilder.getLockInfoOrBuilder().dingodb.pb.store.LockInfo lock_info = 7;Store.TxnLockValue.Builder.getLockInfoOrBuilder().dingodb.pb.store.LockInfo lock_info = 1;Store.TxnLockValue.getLockInfoOrBuilder().dingodb.pb.store.LockInfo lock_info = 1;Store.TxnLockValueOrBuilder.getLockInfoOrBuilder().dingodb.pb.store.LockInfo lock_info = 1;Store.TxnCheckSecondaryLocksResponse.Builder.getLocksOrBuilder(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.getLocksOrBuilder(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.getLocksOrBuilder(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.getLocksOrBuilder(int index) Info on all locks found by the scan.Store.TxnScanLockResponse.getLocksOrBuilder(int index) Info on all locks found by the scan.Store.TxnScanLockResponseOrBuilder.getLocksOrBuilder(int index) Info on all locks found by the scan.Methods in io.dingodb.store that return types with arguments of type Store.LockInfoOrBuilderModifier and TypeMethodDescriptionList<? extends Store.LockInfoOrBuilder>Store.TxnCheckSecondaryLocksResponse.Builder.getLocksOrBuilderList()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.List<? extends Store.LockInfoOrBuilder>Store.TxnCheckSecondaryLocksResponse.getLocksOrBuilderList()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.List<? extends Store.LockInfoOrBuilder>Store.TxnCheckSecondaryLocksResponseOrBuilder.getLocksOrBuilderList()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.List<? extends Store.LockInfoOrBuilder>Store.TxnScanLockResponse.Builder.getLocksOrBuilderList()Info on all locks found by the scan.List<? extends Store.LockInfoOrBuilder>Store.TxnScanLockResponse.getLocksOrBuilderList()Info on all locks found by the scan.List<? extends Store.LockInfoOrBuilder>Store.TxnScanLockResponseOrBuilder.getLocksOrBuilderList()Info on all locks found by the scan.