public static final class Cds.Cluster.RingHashLbConfig.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Cds.Cluster.RingHashLbConfig.Builder> implements Cds.Cluster.RingHashLbConfigOrBuilder
Specific configuration for the :ref:`RingHash<arch_overview_load_balancing_types_ring_hash>` load balancing policy.Protobuf type
envoy.api.v2.Cluster.RingHashLbConfiggetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Cds.Cluster.RingHashLbConfig.Builder>public Cds.Cluster.RingHashLbConfig.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Cds.Cluster.RingHashLbConfig.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Cds.Cluster.RingHashLbConfig.Builder>public Cds.Cluster.RingHashLbConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Cds.Cluster.RingHashLbConfig build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Cds.Cluster.RingHashLbConfig buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Cds.Cluster.RingHashLbConfig.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Cds.Cluster.RingHashLbConfig.Builder>public Cds.Cluster.RingHashLbConfig.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Cds.Cluster.RingHashLbConfig.Builder>public Cds.Cluster.RingHashLbConfig.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Cds.Cluster.RingHashLbConfig.Builder>public Cds.Cluster.RingHashLbConfig.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Cds.Cluster.RingHashLbConfig.Builder>public Cds.Cluster.RingHashLbConfig.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Cds.Cluster.RingHashLbConfig.Builder>public Cds.Cluster.RingHashLbConfig.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Cds.Cluster.RingHashLbConfig.Builder>public Cds.Cluster.RingHashLbConfig.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Cds.Cluster.RingHashLbConfig.Builder>public Cds.Cluster.RingHashLbConfig.Builder mergeFrom(Cds.Cluster.RingHashLbConfig other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Cds.Cluster.RingHashLbConfig.Builder>public Cds.Cluster.RingHashLbConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Cds.Cluster.RingHashLbConfig.Builder>IOExceptionpublic boolean hasMinimumRingSize()
Minimum hash ring size, i.e. total virtual nodes. A larger size will provide better request distribution since each host in the cluster will have more virtual nodes. Defaults to 1024. In the case that total number of hosts is greater than the minimum, each host will be allocated a single virtual node. This field is limited to 8M to bound resource use.
.google.protobuf.UInt64Value minimum_ring_size = 1 [(.validate.rules) = { ... }hasMinimumRingSize in interface Cds.Cluster.RingHashLbConfigOrBuilderpublic com.google.protobuf.UInt64Value getMinimumRingSize()
Minimum hash ring size, i.e. total virtual nodes. A larger size will provide better request distribution since each host in the cluster will have more virtual nodes. Defaults to 1024. In the case that total number of hosts is greater than the minimum, each host will be allocated a single virtual node. This field is limited to 8M to bound resource use.
.google.protobuf.UInt64Value minimum_ring_size = 1 [(.validate.rules) = { ... }getMinimumRingSize in interface Cds.Cluster.RingHashLbConfigOrBuilderpublic Cds.Cluster.RingHashLbConfig.Builder setMinimumRingSize(com.google.protobuf.UInt64Value value)
Minimum hash ring size, i.e. total virtual nodes. A larger size will provide better request distribution since each host in the cluster will have more virtual nodes. Defaults to 1024. In the case that total number of hosts is greater than the minimum, each host will be allocated a single virtual node. This field is limited to 8M to bound resource use.
.google.protobuf.UInt64Value minimum_ring_size = 1 [(.validate.rules) = { ... }public Cds.Cluster.RingHashLbConfig.Builder setMinimumRingSize(com.google.protobuf.UInt64Value.Builder builderForValue)
Minimum hash ring size, i.e. total virtual nodes. A larger size will provide better request distribution since each host in the cluster will have more virtual nodes. Defaults to 1024. In the case that total number of hosts is greater than the minimum, each host will be allocated a single virtual node. This field is limited to 8M to bound resource use.
.google.protobuf.UInt64Value minimum_ring_size = 1 [(.validate.rules) = { ... }public Cds.Cluster.RingHashLbConfig.Builder mergeMinimumRingSize(com.google.protobuf.UInt64Value value)
Minimum hash ring size, i.e. total virtual nodes. A larger size will provide better request distribution since each host in the cluster will have more virtual nodes. Defaults to 1024. In the case that total number of hosts is greater than the minimum, each host will be allocated a single virtual node. This field is limited to 8M to bound resource use.
.google.protobuf.UInt64Value minimum_ring_size = 1 [(.validate.rules) = { ... }public Cds.Cluster.RingHashLbConfig.Builder clearMinimumRingSize()
Minimum hash ring size, i.e. total virtual nodes. A larger size will provide better request distribution since each host in the cluster will have more virtual nodes. Defaults to 1024. In the case that total number of hosts is greater than the minimum, each host will be allocated a single virtual node. This field is limited to 8M to bound resource use.
.google.protobuf.UInt64Value minimum_ring_size = 1 [(.validate.rules) = { ... }public com.google.protobuf.UInt64Value.Builder getMinimumRingSizeBuilder()
Minimum hash ring size, i.e. total virtual nodes. A larger size will provide better request distribution since each host in the cluster will have more virtual nodes. Defaults to 1024. In the case that total number of hosts is greater than the minimum, each host will be allocated a single virtual node. This field is limited to 8M to bound resource use.
.google.protobuf.UInt64Value minimum_ring_size = 1 [(.validate.rules) = { ... }public com.google.protobuf.UInt64ValueOrBuilder getMinimumRingSizeOrBuilder()
Minimum hash ring size, i.e. total virtual nodes. A larger size will provide better request distribution since each host in the cluster will have more virtual nodes. Defaults to 1024. In the case that total number of hosts is greater than the minimum, each host will be allocated a single virtual node. This field is limited to 8M to bound resource use.
.google.protobuf.UInt64Value minimum_ring_size = 1 [(.validate.rules) = { ... }getMinimumRingSizeOrBuilder in interface Cds.Cluster.RingHashLbConfigOrBuilder@Deprecated public boolean hasDeprecatedV1()
Deprecated settings from v1 config. [#not-implemented-hide:] Hide from docs.
.envoy.api.v2.Cluster.RingHashLbConfig.DeprecatedV1 deprecated_v1 = 2 [deprecated = true];hasDeprecatedV1 in interface Cds.Cluster.RingHashLbConfigOrBuilder@Deprecated public Cds.Cluster.RingHashLbConfig.DeprecatedV1 getDeprecatedV1()
Deprecated settings from v1 config. [#not-implemented-hide:] Hide from docs.
.envoy.api.v2.Cluster.RingHashLbConfig.DeprecatedV1 deprecated_v1 = 2 [deprecated = true];getDeprecatedV1 in interface Cds.Cluster.RingHashLbConfigOrBuilder@Deprecated public Cds.Cluster.RingHashLbConfig.Builder setDeprecatedV1(Cds.Cluster.RingHashLbConfig.DeprecatedV1 value)
Deprecated settings from v1 config. [#not-implemented-hide:] Hide from docs.
.envoy.api.v2.Cluster.RingHashLbConfig.DeprecatedV1 deprecated_v1 = 2 [deprecated = true];@Deprecated public Cds.Cluster.RingHashLbConfig.Builder setDeprecatedV1(Cds.Cluster.RingHashLbConfig.DeprecatedV1.Builder builderForValue)
Deprecated settings from v1 config. [#not-implemented-hide:] Hide from docs.
.envoy.api.v2.Cluster.RingHashLbConfig.DeprecatedV1 deprecated_v1 = 2 [deprecated = true];@Deprecated public Cds.Cluster.RingHashLbConfig.Builder mergeDeprecatedV1(Cds.Cluster.RingHashLbConfig.DeprecatedV1 value)
Deprecated settings from v1 config. [#not-implemented-hide:] Hide from docs.
.envoy.api.v2.Cluster.RingHashLbConfig.DeprecatedV1 deprecated_v1 = 2 [deprecated = true];@Deprecated public Cds.Cluster.RingHashLbConfig.Builder clearDeprecatedV1()
Deprecated settings from v1 config. [#not-implemented-hide:] Hide from docs.
.envoy.api.v2.Cluster.RingHashLbConfig.DeprecatedV1 deprecated_v1 = 2 [deprecated = true];@Deprecated public Cds.Cluster.RingHashLbConfig.DeprecatedV1.Builder getDeprecatedV1Builder()
Deprecated settings from v1 config. [#not-implemented-hide:] Hide from docs.
.envoy.api.v2.Cluster.RingHashLbConfig.DeprecatedV1 deprecated_v1 = 2 [deprecated = true];@Deprecated public Cds.Cluster.RingHashLbConfig.DeprecatedV1OrBuilder getDeprecatedV1OrBuilder()
Deprecated settings from v1 config. [#not-implemented-hide:] Hide from docs.
.envoy.api.v2.Cluster.RingHashLbConfig.DeprecatedV1 deprecated_v1 = 2 [deprecated = true];getDeprecatedV1OrBuilder in interface Cds.Cluster.RingHashLbConfigOrBuilderpublic final Cds.Cluster.RingHashLbConfig.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Cds.Cluster.RingHashLbConfig.Builder>public final Cds.Cluster.RingHashLbConfig.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Cds.Cluster.RingHashLbConfig.Builder>Copyright © 2018 The Envoy Project. All rights reserved.