package
20.1.0-beta.2+incompatible
Repository: https://github.com/mgartner/cockroach.git
Documentation: pkg.go.dev
# Functions
FromEncounteredIntents creates a Result communicating that the intents were encountered by the given request and should be handled.
FromEndTxn creates a Result communicating that a transaction was completed and its intents should be resolved.
# Structs
EndTxnIntents contains a finished transaction and a bool (Always), which indicates whether the intents should be resolved whether or not the command succeeds through Raft.
LocalResult is data belonging to an evaluated command that is only used on the node on which the command was proposed.
Metrics tracks various counters related to command applications and their outcomes.
Result is the result of evaluating a KV request.