//
pkg.gl
Category
github.com/cockroachdb/cockroach
pkg
storage
rangefeed
package
19.2.12+incompatible
Repository:
https://github.com/cockroachdb/cockroach.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
22
Dependents
58
Files
1.4k SLOC
#
Functions
NewMetrics
NewMetrics makes the metrics for RangeFeeds monitoring.
NewProcessor
NewProcessor creates a new rangefeed Processor.
#
Structs
Config
Config encompasses the configuration required to create a Processor.
Metrics
Metrics are for production monitoring of RangeFeeds.
Processor
Processor manages a set of rangefeed registrations and handles the routing of logical updates to these registrations.
#
Interfaces
Stream
Stream is a object capable of transmitting RangeFeedEvents.
TxnPusher
TxnPusher is capable of pushing transactions to a new timestamp and cleaning up the intents of transactions that are found to be committed.