ConsistentHashingLbConfig.Builder |
ConsistentHashingLbConfig.Builder.clear() |
|
ConsistentHashingLbConfig.Builder |
ConsistentHashingLbConfig.Builder.clearHashBalanceFactor() |
Configures percentage of average cluster load to bound per upstream host.
|
ConsistentHashingLbConfig.Builder |
ConsistentHashingLbConfig.Builder.clearUseHostnameForHashing() |
If set to ``true``, the cluster will use hostname instead of the resolved
address as the key to consistently hash to an upstream host.
|
ConsistentHashingLbConfig.Builder |
ConsistentHashingLbConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ConsistentHashingLbConfig.Builder |
ConsistentHashingLbConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ConsistentHashingLbConfig.Builder |
ConsistentHashingLbConfig.Builder.mergeFrom(ConsistentHashingLbConfig other) |
|
ConsistentHashingLbConfig.Builder |
ConsistentHashingLbConfig.Builder.mergeHashBalanceFactor(com.google.protobuf.UInt32Value value) |
Configures percentage of average cluster load to bound per upstream host.
|
static ConsistentHashingLbConfig.Builder |
ConsistentHashingLbConfig.newBuilder() |
|
static ConsistentHashingLbConfig.Builder |
ConsistentHashingLbConfig.newBuilder(ConsistentHashingLbConfig prototype) |
|
ConsistentHashingLbConfig.Builder |
ConsistentHashingLbConfig.newBuilderForType() |
|
protected ConsistentHashingLbConfig.Builder |
ConsistentHashingLbConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
ConsistentHashingLbConfig.Builder |
ConsistentHashingLbConfig.Builder.setHashBalanceFactor(com.google.protobuf.UInt32Value value) |
Configures percentage of average cluster load to bound per upstream host.
|
ConsistentHashingLbConfig.Builder |
ConsistentHashingLbConfig.Builder.setHashBalanceFactor(com.google.protobuf.UInt32Value.Builder builderForValue) |
Configures percentage of average cluster load to bound per upstream host.
|
ConsistentHashingLbConfig.Builder |
ConsistentHashingLbConfig.Builder.setUseHostnameForHashing(boolean value) |
If set to ``true``, the cluster will use hostname instead of the resolved
address as the key to consistently hash to an upstream host.
|
ConsistentHashingLbConfig.Builder |
ConsistentHashingLbConfig.toBuilder() |
|