Documentation ¶
Index ¶
Constants ¶
View Source
const ( // BalancerName is the name of consistent-hashing balancer. BalancerName = "consistent-hashing" // BalancerServiceConfig is a service config that sets the default balancer // to the consistent-hashing balancer. BalancerServiceConfig = `{"loadBalancingPolicy":"consistent-hashing"}` // ContextKey is the key for the grpc request's context.Context which points to // the key to hash for the request. ContextKey = ContextKeyType("consistent-hashing-key") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsistentHashingPickerBuilder ¶ added in v2.0.8
type ConsistentHashingPickerBuilder struct {
// contains filtered or unexported fields
}
func NewConsistentHashingBuilder ¶
func NewConsistentHashingBuilder() (balancer.Builder, *ConsistentHashingPickerBuilder)
NewConsistentHashingBuilder creates a new consistent-hashing balancer builder.
func (*ConsistentHashingPickerBuilder) Build ¶ added in v2.0.8
func (b *ConsistentHashingPickerBuilder) Build(info base.PickerBuildInfo) balancer.Picker
type ContextKeyType ¶
type ContextKeyType string
Click to show internal directories.
Click to hide internal directories.