//
pkg.gl
Category
github.com/cockroachdb/cockroach
pkg
kv
kvserver
abortspan
package
25.1.0+incompatible
Repository:
https://github.com/cockroachdb/cockroach.git
Documentation:
pkg.go.dev
Versions
4
Dependencies
10
Dependents
15
Files
136 SLOC
#
Functions
MaxKey
MaxKey returns the upper bound of the key span associated to an instance for the given RangeID.
MinKey
MinKey returns the lower bound of the key span associated to an instance for the given RangeID.
New
New returns a new AbortSpan.
#
Structs
AbortSpan
An AbortSpan sets markers for aborted transactions to provide protection against an aborted but active transaction not reading values it wrote (due to its intents having been removed).