Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HashBalancer ¶
type HashBalancer struct {
// contains filtered or unexported fields
}
func (*HashBalancer) Clone ¶
func (s *HashBalancer) Clone() balance2.Balancer
func (*HashBalancer) Name ¶
func (s *HashBalancer) Name() string
func (*HashBalancer) Pick ¶
func (s *HashBalancer) Pick(peers []*balance2.ServicePeer) (picked *balance2.ServicePeer, err error)
func (*HashBalancer) UpdateScales ¶
func (s *HashBalancer) UpdateScales(scales map[string]int) (b balance2.Balancer)
Click to show internal directories.
Click to hide internal directories.