Uses of Class
io.envoyproxy.envoy.extensions.matching.input_matchers.consistent_hashing.v3.ConsistentHashing.Builder
Packages that use ConsistentHashing.Builder
-
Uses of ConsistentHashing.Builder in io.envoyproxy.envoy.extensions.matching.input_matchers.consistent_hashing.v3
Methods in io.envoyproxy.envoy.extensions.matching.input_matchers.consistent_hashing.v3 that return ConsistentHashing.BuilderModifier and TypeMethodDescriptionConsistentHashing.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ConsistentHashing.Builder.clear()ConsistentHashing.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ConsistentHashing.Builder.clearModulo()The value to use for the modulus in the calculation.ConsistentHashing.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ConsistentHashing.Builder.clearSeed()Optional seed passed through the hash function.ConsistentHashing.Builder.clearThreshold()The threshold the resulting hash must be over in order for this matcher to evaluate to true.ConsistentHashing.Builder.clone()ConsistentHashing.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ConsistentHashing.Builder.mergeFrom(com.google.protobuf.Message other) ConsistentHashing.Builder.mergeFrom(ConsistentHashing other) ConsistentHashing.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ConsistentHashing.BuilderConsistentHashing.newBuilder()static ConsistentHashing.BuilderConsistentHashing.newBuilder(ConsistentHashing prototype) ConsistentHashing.newBuilderForType()protected ConsistentHashing.BuilderConsistentHashing.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ConsistentHashing.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ConsistentHashing.Builder.setModulo(int value) The value to use for the modulus in the calculation.ConsistentHashing.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ConsistentHashing.Builder.setSeed(long value) Optional seed passed through the hash function.ConsistentHashing.Builder.setThreshold(int value) The threshold the resulting hash must be over in order for this matcher to evaluate to true.ConsistentHashing.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ConsistentHashing.toBuilder()