public static interface Cds.Cluster.RingHashLbConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Cds.Cluster.RingHashLbConfig.DeprecatedV1 |
getDeprecatedV1()
Deprecated.
|
Cds.Cluster.RingHashLbConfig.DeprecatedV1OrBuilder |
getDeprecatedV1OrBuilder()
Deprecated.
|
com.google.protobuf.UInt64Value |
getMinimumRingSize()
Minimum hash ring size, i.e. total virtual nodes.
|
com.google.protobuf.UInt64ValueOrBuilder |
getMinimumRingSizeOrBuilder()
Minimum hash ring size, i.e. total virtual nodes.
|
boolean |
hasDeprecatedV1()
Deprecated.
|
boolean |
hasMinimumRingSize()
Minimum hash ring size, i.e. total virtual nodes.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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.
.google.protobuf.UInt64Value minimum_ring_size = 1;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.
.google.protobuf.UInt64Value minimum_ring_size = 1;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.
.google.protobuf.UInt64Value minimum_ring_size = 1;@Deprecated boolean hasDeprecatedV1()
Deprecated settings from v1 config. [#not-implemented-hide:] Hide from docs.
.envoy.api.v2.Cluster.RingHashLbConfig.DeprecatedV1 deprecated_v1 = 2 [deprecated = true];@Deprecated 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];@Deprecated 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];Copyright © 2018 The Envoy Project. All rights reserved.