RingHash.Builder |
RingHash.Builder.clear() |
|
RingHash.Builder |
RingHash.Builder.clearConsistentHashingLbConfig() |
Common configuration for hashing-based load balancing policies.
|
RingHash.Builder |
RingHash.Builder.clearHashBalanceFactor() |
Deprecated.
|
RingHash.Builder |
RingHash.Builder.clearHashFunction() |
The hash function used to hash hosts onto the ketama ring.
|
RingHash.Builder |
RingHash.Builder.clearLocalityWeightedLbConfig() |
Enable locality weighted load balancing for ring hash lb explicitly.
|
RingHash.Builder |
RingHash.Builder.clearMaximumRingSize() |
Maximum hash ring size.
|
RingHash.Builder |
RingHash.Builder.clearMinimumRingSize() |
Minimum hash ring size.
|
RingHash.Builder |
RingHash.Builder.clearUseHostnameForHashing() |
Deprecated.
|
RingHash.Builder |
RingHash.Builder.mergeConsistentHashingLbConfig(ConsistentHashingLbConfig value) |
Common configuration for hashing-based load balancing policies.
|
RingHash.Builder |
RingHash.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
RingHash.Builder |
RingHash.Builder.mergeFrom(com.google.protobuf.Message other) |
|
RingHash.Builder |
RingHash.Builder.mergeFrom(RingHash other) |
|
RingHash.Builder |
RingHash.Builder.mergeHashBalanceFactor(com.google.protobuf.UInt32Value value) |
Deprecated.
|
RingHash.Builder |
RingHash.Builder.mergeLocalityWeightedLbConfig(LocalityLbConfig.LocalityWeightedLbConfig value) |
Enable locality weighted load balancing for ring hash lb explicitly.
|
RingHash.Builder |
RingHash.Builder.mergeMaximumRingSize(com.google.protobuf.UInt64Value value) |
Maximum hash ring size.
|
RingHash.Builder |
RingHash.Builder.mergeMinimumRingSize(com.google.protobuf.UInt64Value value) |
Minimum hash ring size.
|
static RingHash.Builder |
RingHash.newBuilder() |
|
static RingHash.Builder |
RingHash.newBuilder(RingHash prototype) |
|
RingHash.Builder |
RingHash.newBuilderForType() |
|
protected RingHash.Builder |
RingHash.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
RingHash.Builder |
RingHash.Builder.setConsistentHashingLbConfig(ConsistentHashingLbConfig value) |
Common configuration for hashing-based load balancing policies.
|
RingHash.Builder |
RingHash.Builder.setConsistentHashingLbConfig(ConsistentHashingLbConfig.Builder builderForValue) |
Common configuration for hashing-based load balancing policies.
|
RingHash.Builder |
RingHash.Builder.setHashBalanceFactor(com.google.protobuf.UInt32Value value) |
Deprecated.
|
RingHash.Builder |
RingHash.Builder.setHashBalanceFactor(com.google.protobuf.UInt32Value.Builder builderForValue) |
Deprecated.
|
RingHash.Builder |
RingHash.Builder.setHashFunction(RingHash.HashFunction value) |
The hash function used to hash hosts onto the ketama ring.
|
RingHash.Builder |
RingHash.Builder.setHashFunctionValue(int value) |
The hash function used to hash hosts onto the ketama ring.
|
RingHash.Builder |
RingHash.Builder.setLocalityWeightedLbConfig(LocalityLbConfig.LocalityWeightedLbConfig value) |
Enable locality weighted load balancing for ring hash lb explicitly.
|
RingHash.Builder |
RingHash.Builder.setLocalityWeightedLbConfig(LocalityLbConfig.LocalityWeightedLbConfig.Builder builderForValue) |
Enable locality weighted load balancing for ring hash lb explicitly.
|
RingHash.Builder |
RingHash.Builder.setMaximumRingSize(com.google.protobuf.UInt64Value value) |
Maximum hash ring size.
|
RingHash.Builder |
RingHash.Builder.setMaximumRingSize(com.google.protobuf.UInt64Value.Builder builderForValue) |
Maximum hash ring size.
|
RingHash.Builder |
RingHash.Builder.setMinimumRingSize(com.google.protobuf.UInt64Value value) |
Minimum hash ring size.
|
RingHash.Builder |
RingHash.Builder.setMinimumRingSize(com.google.protobuf.UInt64Value.Builder builderForValue) |
Minimum hash ring size.
|
RingHash.Builder |
RingHash.Builder.setUseHostnameForHashing(boolean value) |
Deprecated.
|
RingHash.Builder |
RingHash.toBuilder() |
|