package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev

# Functions

NewBackoffer creates a Backoffer with maximum sleep time(in ms).
NewBackofferWithTikvBo creates a Backoffer with tikv.Backoffer.
NewBackofferWithVars creates a Backoffer with maximum sleep time(in ms) and kv.Variables.

# Structs

Backoffer wraps tikv.Backoffer and converts the error which returns by the functions of tikv.Backoffer to tidb error.