Maglev

This algorithm implements consistent hashing to backends. Maglev can be used as a drop in replacement for the ring hash load balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host selection times. For more information about Maglev, see https://ai.google/research/pubs/pub44824

Functions

Link copied to clipboard
open override fun toJava(): BackendServiceLocalityLbPolicy

Properties

Link copied to clipboard
val javaValue: BackendServiceLocalityLbPolicy
Link copied to clipboard
Link copied to clipboard