package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

NewLeaseQueue returns a new lease queue.
NewReplicateQueue returns a new replicate queue.
NewScannerReplicaPacer returns a scanner replica pacer.
NewSimulatorReplica returns a new SimulatorReplica which implements the plan.AllocatorReplica interface used for replication planning.
NewSplitQueue returns a new split queue, implementing the range queue interface.

# Structs

ReplicaScanner simulates store scanner replica pacing, iterating over replicas at a rate sufficient to complete iteration in the specified scan loop interval.
SimulatorReplica is a replica that is being tracked as a potential candidate for rebalancing activities.

# Interfaces

RangeQueue presents an interface to interact with a single consumer queue, which processes replicas for replication updates if they meet the criteria.
ReplicaPacer controls the speed of considering a replica.