package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Constants
Constraint means that the entry refers to a constraint (i.e.
NoSubzone is used inside a zoneKey to indicate that the key represents a zone, not a subzone.
VoterConstraint means that the entry refers to a voter_constraint (i.e.
# Variables
ReporterInterval is the interval between two generations of the reports.
# Structs
ConstraintStatus is the leaf in the constraintReport.
ConstraintStatusKey represents the key in the ConstraintReport.
Reporter periodically produces a couple of reports on the cluster's data distribution: the system tables: replication_constraint_stats, replication_stats_report and replication_critical_localities.
ZoneKey is the index of the first level in the constraint conformance report.
# Interfaces
RangeIterator abstracts the interface for reading range descriptors.
# Type aliases
ConstraintReport contains information about the constraint conformance for the cluster's data.
ConstraintRepr is a string representation of a constraint.
ConstraintType indicates what type of constraint is an entry in the constraint conformance report talking about.
LocalityReport stores the range status information for each locality and applicable zone.
LocalityRepr is a representation of a locality.
RangeReport represents the system.zone_range_status report.
StoreResolver is a function resolving a store descriptor by its id.