public static interface Cluster.MaglevLbConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.UInt64Value |
getTableSize()
The table size for Maglev hashing.
|
com.google.protobuf.UInt64ValueOrBuilder |
getTableSizeOrBuilder()
The table size for Maglev hashing.
|
boolean |
hasTableSize()
The table size for Maglev hashing.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTableSize()
The table size for Maglev hashing. The Maglev aims for ‘minimal disruption’ rather than an absolute guarantee. Minimal disruption means that when the set of upstreams changes, a connection will likely be sent to the same upstream as it was before. Increasing the table size reduces the amount of disruption. The table size must be prime number. If it is not specified, the default is 65537.
.google.protobuf.UInt64Value table_size = 1;com.google.protobuf.UInt64Value getTableSize()
The table size for Maglev hashing. The Maglev aims for ‘minimal disruption’ rather than an absolute guarantee. Minimal disruption means that when the set of upstreams changes, a connection will likely be sent to the same upstream as it was before. Increasing the table size reduces the amount of disruption. The table size must be prime number. If it is not specified, the default is 65537.
.google.protobuf.UInt64Value table_size = 1;com.google.protobuf.UInt64ValueOrBuilder getTableSizeOrBuilder()
The table size for Maglev hashing. The Maglev aims for ‘minimal disruption’ rather than an absolute guarantee. Minimal disruption means that when the set of upstreams changes, a connection will likely be sent to the same upstream as it was before. Increasing the table size reduces the amount of disruption. The table size must be prime number. If it is not specified, the default is 65537.
.google.protobuf.UInt64Value table_size = 1;Copyright © 2018–2021 The Envoy Project. All rights reserved.