ConsistentHashing.Builder |
ConsistentHashing.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ConsistentHashing.Builder |
ConsistentHashing.Builder.clear() |
|
ConsistentHashing.Builder |
ConsistentHashing.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ConsistentHashing.Builder |
ConsistentHashing.Builder.clearModulo() |
The value to use for the modulus in the calculation.
|
ConsistentHashing.Builder |
ConsistentHashing.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ConsistentHashing.Builder |
ConsistentHashing.Builder.clearSeed() |
Optional seed passed through the hash function.
|
ConsistentHashing.Builder |
ConsistentHashing.Builder.clearThreshold() |
The threshold the resulting hash must be over in order for this matcher to evaluate to true.
|
ConsistentHashing.Builder |
ConsistentHashing.Builder.clone() |
|
ConsistentHashing.Builder |
ConsistentHashing.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ConsistentHashing.Builder |
ConsistentHashing.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ConsistentHashing.Builder |
ConsistentHashing.Builder.mergeFrom(ConsistentHashing other) |
|
ConsistentHashing.Builder |
ConsistentHashing.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ConsistentHashing.Builder |
ConsistentHashing.newBuilder() |
|
static ConsistentHashing.Builder |
ConsistentHashing.newBuilder(ConsistentHashing prototype) |
|
ConsistentHashing.Builder |
ConsistentHashing.newBuilderForType() |
|
protected ConsistentHashing.Builder |
ConsistentHashing.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ConsistentHashing.Builder |
ConsistentHashing.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ConsistentHashing.Builder |
ConsistentHashing.Builder.setModulo(int value) |
The value to use for the modulus in the calculation.
|
ConsistentHashing.Builder |
ConsistentHashing.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ConsistentHashing.Builder |
ConsistentHashing.Builder.setSeed(long value) |
Optional seed passed through the hash function.
|
ConsistentHashing.Builder |
ConsistentHashing.Builder.setThreshold(int value) |
The threshold the resulting hash must be over in order for this matcher to evaluate to true.
|
ConsistentHashing.Builder |
ConsistentHashing.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ConsistentHashing.Builder |
ConsistentHashing.toBuilder() |
|