Uses of Class
io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3.ConsistentHashingLbConfig
Packages that use ConsistentHashingLbConfig
Package
Description
-
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 ConsistentHashingLbConfigModifier and TypeFieldDescriptionprivate static final ConsistentHashingLbConfig
ConsistentHashingLbConfig.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 with type parameters of type ConsistentHashingLbConfigModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<ConsistentHashingLbConfig> ConsistentHashingLbConfig.PARSER
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 that return ConsistentHashingLbConfigModifier and TypeMethodDescriptionConsistentHashingLbConfig.Builder.build()
ConsistentHashingLbConfig.Builder.buildPartial()
static ConsistentHashingLbConfig
ConsistentHashingLbConfig.getDefaultInstance()
ConsistentHashingLbConfig.Builder.getDefaultInstanceForType()
ConsistentHashingLbConfig.getDefaultInstanceForType()
static ConsistentHashingLbConfig
ConsistentHashingLbConfig.parseDelimitedFrom
(InputStream input) static ConsistentHashingLbConfig
ConsistentHashingLbConfig.parseDelimitedFrom
(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
(InputStream input) static ConsistentHashingLbConfig
ConsistentHashingLbConfig.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConsistentHashingLbConfig
ConsistentHashingLbConfig.parseFrom
(ByteBuffer data) static ConsistentHashingLbConfig
ConsistentHashingLbConfig.parseFrom
(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 ConsistentHashingLbConfigModifier and TypeMethodDescriptioncom.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 ConsistentHashingLbConfigModifier and TypeMethodDescriptionprivate void
ConsistentHashingLbConfig.Builder.buildPartial0
(ConsistentHashingLbConfig result) ConsistentHashingLbConfig.Builder.mergeFrom
(ConsistentHashingLbConfig other) 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 ConsistentHashingLbConfigModifier and TypeFieldDescriptionprivate 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 ConsistentHashingLbConfigModifier and TypeFieldDescriptionprivate 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 ConsistentHashingLbConfigModifier and TypeMethodDescriptionRingHash.Builder.getConsistentHashingLbConfig()
Common configuration for hashing-based load balancing policies.RingHash.getConsistentHashingLbConfig()
Common configuration for hashing-based load balancing policies.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 ConsistentHashingLbConfigModifier and TypeMethodDescriptionprivate 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 ConsistentHashingLbConfigModifier and TypeMethodDescriptionRingHash.Builder.mergeConsistentHashingLbConfig
(ConsistentHashingLbConfig value) Common configuration for hashing-based load balancing policies.RingHash.Builder.setConsistentHashingLbConfig
(ConsistentHashingLbConfig value) Common configuration for hashing-based load balancing policies.