package pickfirst

import "google.golang.org/grpc/balancer/pickfirst"

Package pickfirst contains the pick_first load balancing policy.

Index

Constants

const (
	// Name is the name of the pick_first balancer.
	Name = "pick_first"
)

Functions

func ShuffleAddressListForTesting

func ShuffleAddressListForTesting(n int, swap func(i, j int))

ShuffleAddressListForTesting pseudo-randomizes the order of addresses. n is the number of elements. swap swaps the elements with indexes i and j.

Types

type Shuffler

type Shuffler interface {
	ShuffleAddressListForTesting(n int, swap func(i, j int))
}

Shuffler is an interface for shuffling an address list.

Source Files

pickfirst.go

Directories

PathSynopsis
balancer/pickfirst/internalPackage internal contains code internal to the pickfirst package.
balancer/pickfirst/pickfirstleafPackage pickfirstleaf contains the pick_first load balancing policy which will be the universal leaf policy after dualstack changes are implemented.
Version
v1.71.1 (latest)
Published
Mar 28, 2025
Platform
linux/amd64
Imports
14 packages
Last checked
21 hours ago

Tools for package owners.