Uses of Class
io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3.ConsistentHashingLbConfig
-
Packages that use ConsistentHashingLbConfig Package Description io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3 -
-
Uses of ConsistentHashingLbConfig in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 declared as ConsistentHashingLbConfig Modifier and Type Field Description private static ConsistentHashingLbConfigConsistentHashingLbConfig. DEFAULT_INSTANCEFields in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 with type parameters of type ConsistentHashingLbConfig Modifier and Type Field Description private static com.google.protobuf.Parser<ConsistentHashingLbConfig>ConsistentHashingLbConfig. PARSERMethods in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 that return ConsistentHashingLbConfig Modifier and Type Method Description ConsistentHashingLbConfigConsistentHashingLbConfig.Builder. build()ConsistentHashingLbConfigConsistentHashingLbConfig.Builder. buildPartial()static ConsistentHashingLbConfigConsistentHashingLbConfig. getDefaultInstance()ConsistentHashingLbConfigConsistentHashingLbConfig.Builder. getDefaultInstanceForType()ConsistentHashingLbConfigConsistentHashingLbConfig. getDefaultInstanceForType()static ConsistentHashingLbConfigConsistentHashingLbConfig. parseDelimitedFrom(java.io.InputStream input)static ConsistentHashingLbConfigConsistentHashingLbConfig. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConsistentHashingLbConfigConsistentHashingLbConfig. parseFrom(byte[] data)static ConsistentHashingLbConfigConsistentHashingLbConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConsistentHashingLbConfigConsistentHashingLbConfig. parseFrom(com.google.protobuf.ByteString data)static ConsistentHashingLbConfigConsistentHashingLbConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConsistentHashingLbConfigConsistentHashingLbConfig. parseFrom(com.google.protobuf.CodedInputStream input)static ConsistentHashingLbConfigConsistentHashingLbConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConsistentHashingLbConfigConsistentHashingLbConfig. parseFrom(java.io.InputStream input)static ConsistentHashingLbConfigConsistentHashingLbConfig. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConsistentHashingLbConfigConsistentHashingLbConfig. parseFrom(java.nio.ByteBuffer data)static ConsistentHashingLbConfigConsistentHashingLbConfig. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 that return types with arguments of type ConsistentHashingLbConfig Modifier and Type Method Description com.google.protobuf.Parser<ConsistentHashingLbConfig>ConsistentHashingLbConfig. getParserForType()static com.google.protobuf.Parser<ConsistentHashingLbConfig>ConsistentHashingLbConfig. parser()Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 with parameters of type ConsistentHashingLbConfig Modifier and Type Method Description private voidConsistentHashingLbConfig.Builder. buildPartial0(ConsistentHashingLbConfig result)ConsistentHashingLbConfig.BuilderConsistentHashingLbConfig.Builder. mergeFrom(ConsistentHashingLbConfig other)static ConsistentHashingLbConfig.BuilderConsistentHashingLbConfig. newBuilder(ConsistentHashingLbConfig prototype) -
Uses of ConsistentHashingLbConfig in io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3 declared as ConsistentHashingLbConfig Modifier and Type Field Description private ConsistentHashingLbConfigRingHash.Builder. consistentHashingLbConfig_private ConsistentHashingLbConfigRingHash. consistentHashingLbConfig_Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3 with type parameters of type ConsistentHashingLbConfig 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 ConsistentHashingLbConfig Modifier and Type Method Description ConsistentHashingLbConfigRingHash.Builder. getConsistentHashingLbConfig()Common configuration for hashing-based load balancing policies.ConsistentHashingLbConfigRingHash. getConsistentHashingLbConfig()Common configuration for hashing-based load balancing policies.ConsistentHashingLbConfigRingHashOrBuilder. getConsistentHashingLbConfig()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 ConsistentHashingLbConfig 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.Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.ring_hash.v3 with parameters of type ConsistentHashingLbConfig Modifier and Type Method Description RingHash.BuilderRingHash.Builder. mergeConsistentHashingLbConfig(ConsistentHashingLbConfig value)Common configuration for hashing-based load balancing policies.RingHash.BuilderRingHash.Builder. setConsistentHashingLbConfig(ConsistentHashingLbConfig value)Common configuration for hashing-based load balancing policies.
-