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 ConsistentHashingLbConfig
ConsistentHashingLbConfig. DEFAULT_INSTANCE
Fields 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. PARSER
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 that return ConsistentHashingLbConfig Modifier and Type Method Description ConsistentHashingLbConfig
ConsistentHashingLbConfig.Builder. build()
ConsistentHashingLbConfig
ConsistentHashingLbConfig.Builder. buildPartial()
static ConsistentHashingLbConfig
ConsistentHashingLbConfig. getDefaultInstance()
ConsistentHashingLbConfig
ConsistentHashingLbConfig.Builder. getDefaultInstanceForType()
ConsistentHashingLbConfig
ConsistentHashingLbConfig. getDefaultInstanceForType()
static ConsistentHashingLbConfig
ConsistentHashingLbConfig. parseDelimitedFrom(java.io.InputStream input)
static ConsistentHashingLbConfig
ConsistentHashingLbConfig. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConsistentHashingLbConfig
ConsistentHashingLbConfig. parseFrom(byte[] data)
static ConsistentHashingLbConfig
ConsistentHashingLbConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConsistentHashingLbConfig
ConsistentHashingLbConfig. parseFrom(com.google.protobuf.ByteString data)
static ConsistentHashingLbConfig
ConsistentHashingLbConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConsistentHashingLbConfig
ConsistentHashingLbConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static ConsistentHashingLbConfig
ConsistentHashingLbConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConsistentHashingLbConfig
ConsistentHashingLbConfig. parseFrom(java.io.InputStream input)
static ConsistentHashingLbConfig
ConsistentHashingLbConfig. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConsistentHashingLbConfig
ConsistentHashingLbConfig. parseFrom(java.nio.ByteBuffer data)
static ConsistentHashingLbConfig
ConsistentHashingLbConfig. 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 void
ConsistentHashingLbConfig.Builder. buildPartial0(ConsistentHashingLbConfig result)
ConsistentHashingLbConfig.Builder
ConsistentHashingLbConfig.Builder. mergeFrom(ConsistentHashingLbConfig other)
static ConsistentHashingLbConfig.Builder
ConsistentHashingLbConfig. 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 ConsistentHashingLbConfig
RingHash.Builder. consistentHashingLbConfig_
private ConsistentHashingLbConfig
RingHash. 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 ConsistentHashingLbConfig
RingHash.Builder. getConsistentHashingLbConfig()
Common configuration for hashing-based load balancing policies.ConsistentHashingLbConfig
RingHash. getConsistentHashingLbConfig()
Common configuration for hashing-based load balancing policies.ConsistentHashingLbConfig
RingHashOrBuilder. 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.Builder
RingHash.Builder. mergeConsistentHashingLbConfig(ConsistentHashingLbConfig value)
Common configuration for hashing-based load balancing policies.RingHash.Builder
RingHash.Builder. setConsistentHashingLbConfig(ConsistentHashingLbConfig value)
Common configuration for hashing-based load balancing policies.
-