RingHash.Builder |
RingHash.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
RingHash.Builder |
RingHash.Builder.clear() |
|
RingHash.Builder |
RingHash.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
RingHash.Builder |
RingHash.Builder.clearHashBalanceFactor() |
Configures percentage of average cluster load to bound per upstream host.
|
RingHash.Builder |
RingHash.Builder.clearHashFunction() |
The hash function used to hash hosts onto the ketama ring.
|
RingHash.Builder |
RingHash.Builder.clearMaximumRingSize() |
Maximum hash ring size.
|
RingHash.Builder |
RingHash.Builder.clearMinimumRingSize() |
Minimum hash ring size.
|
RingHash.Builder |
RingHash.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
RingHash.Builder |
RingHash.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.
|
RingHash.Builder |
RingHash.Builder.clone() |
|
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) |
Configures percentage of average cluster load to bound per upstream host.
|
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.
|
RingHash.Builder |
RingHash.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static RingHash.Builder |
RingHash.newBuilder() |
|
static RingHash.Builder |
RingHash.newBuilder(RingHash prototype) |
|
RingHash.Builder |
RingHash.newBuilderForType() |
|
protected RingHash.Builder |
RingHash.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
RingHash.Builder |
RingHash.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
RingHash.Builder |
RingHash.Builder.setHashBalanceFactor(com.google.protobuf.UInt32Value value) |
Configures percentage of average cluster load to bound per upstream host.
|
RingHash.Builder |
RingHash.Builder.setHashBalanceFactor(com.google.protobuf.UInt32Value.Builder builderForValue) |
Configures percentage of average cluster load to bound per upstream host.
|
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.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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
RingHash.Builder |
RingHash.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
RingHash.Builder |
RingHash.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.
|
RingHash.Builder |
RingHash.toBuilder() |
|