package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
New creates an new IntentResolver.
# Variables
MaxTxnsPerIntentCleanupBatch is the number of transactions whose corresponding intents will be resolved at a time.
# Structs
Config contains the dependencies to construct an IntentResolver.
IntentResolver manages the process of pushing transactions and resolving intents.
Metrics contains the metrics for the IntentResolver.
ResolveOptions is used during intent resolution.
# Interfaces
RangeCache is a simplified interface to the rngcache.RangeCache.