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 ¶
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 ¶
Shuffler is an interface for shuffling an address list.
Source Files ¶
pickfirst.go
Directories ¶
Path | Synopsis |
---|---|
balancer/pickfirst/internal | Package internal contains code internal to the pickfirst package. |
balancer/pickfirst/pickfirstleaf | Package 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.