package
20.1.0-beta.2+incompatible
Repository: https://github.com/jbowens/cockroach.git
Documentation: pkg.go.dev

# Functions

MakeChanBuffer returns an EventBuffer backed by an unbuffered channel.
MakeMetrics constructs a Metrics struct with the provided histogram window.
Run will run the kvfeed.

# Constants

KVEvent indicates that the KV, PrevValue, and BackfillTimestamp methods on the Event meaningful.
ResolvedEvent indicates that the Resolved method on the Event will be meaningful.

# Variables

# Structs

Config configures a kvfeed.
Event represents an event emitted by a kvfeed.
Metrics is a metric.Struct for kvfeed metrics.

# Interfaces

EventBuffer is an interface for communicating kvfeed entries between processors.
EventBufferReader is the read portion of the EventBuffer interface.
EventBufferWriter is the write portion of the EventBuffer interface.

# Type aliases

EventType indicates the type of the event.