Uses of Interface
io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3.ConsistentHashingLbConfigOrBuilder
-
-
Uses of ConsistentHashingLbConfigOrBuilder in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3
Classes in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 that implement ConsistentHashingLbConfigOrBuilder Modifier and Type Class Description class
ConsistentHashingLbConfig
Common Configuration for all consistent hashing load balancers (MaglevLb, RingHashLb, etc.)static class
ConsistentHashingLbConfig.Builder
Common Configuration for all consistent hashing load balancers (MaglevLb, RingHashLb, etc.) -
Uses of ConsistentHashingLbConfigOrBuilder in io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3 with type parameters of type ConsistentHashingLbConfigOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ConsistentHashingLbConfig,ConsistentHashingLbConfig.Builder,ConsistentHashingLbConfigOrBuilder>
RingHash.Builder. consistentHashingLbConfigBuilder_
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3 that return ConsistentHashingLbConfigOrBuilder Modifier and Type Method Description ConsistentHashingLbConfigOrBuilder
RingHash.Builder. getConsistentHashingLbConfigOrBuilder()
Common configuration for hashing-based load balancing policies.ConsistentHashingLbConfigOrBuilder
RingHash. getConsistentHashingLbConfigOrBuilder()
Common configuration for hashing-based load balancing policies.ConsistentHashingLbConfigOrBuilder
RingHashOrBuilder. getConsistentHashingLbConfigOrBuilder()
Common configuration for hashing-based load balancing policies.Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3 that return types with arguments of type ConsistentHashingLbConfigOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ConsistentHashingLbConfig,ConsistentHashingLbConfig.Builder,ConsistentHashingLbConfigOrBuilder>
RingHash.Builder. getConsistentHashingLbConfigFieldBuilder()
Common configuration for hashing-based load balancing policies.
-