Uses of Class
io.envoyproxy.envoy.config.core.v3.RuntimePercent
Packages that use RuntimePercent
Package
Description
-
Uses of RuntimePercent in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return RuntimePercentModifier and TypeMethodDescriptionRuntimePercent.Builder.build()RuntimePercent.Builder.buildPartial()static RuntimePercentRuntimePercent.getDefaultInstance()RuntimePercent.Builder.getDefaultInstanceForType()RuntimePercent.getDefaultInstanceForType()static RuntimePercentRuntimePercent.parseDelimitedFrom(InputStream input) static RuntimePercentRuntimePercent.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimePercentRuntimePercent.parseFrom(byte[] data) static RuntimePercentRuntimePercent.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimePercentRuntimePercent.parseFrom(com.google.protobuf.ByteString data) static RuntimePercentRuntimePercent.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimePercentRuntimePercent.parseFrom(com.google.protobuf.CodedInputStream input) static RuntimePercentRuntimePercent.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimePercentRuntimePercent.parseFrom(InputStream input) static RuntimePercentRuntimePercent.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimePercentRuntimePercent.parseFrom(ByteBuffer data) static RuntimePercentRuntimePercent.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type RuntimePercentModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RuntimePercent>RuntimePercent.getParserForType()static com.google.protobuf.Parser<RuntimePercent>RuntimePercent.parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type RuntimePercentModifier and TypeMethodDescriptionRuntimePercent.Builder.mergeFrom(RuntimePercent other) static RuntimePercent.BuilderRuntimePercent.newBuilder(RuntimePercent prototype) -
Uses of RuntimePercent in io.envoyproxy.envoy.extensions.filters.http.admission_control.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.admission_control.v3 that return RuntimePercentModifier and TypeMethodDescriptionAdmissionControl.Builder.getMaxRejectionProbability()The probability of rejection will never exceed this value, even if the failure rate is rising.AdmissionControl.getMaxRejectionProbability()The probability of rejection will never exceed this value, even if the failure rate is rising.AdmissionControlOrBuilder.getMaxRejectionProbability()The probability of rejection will never exceed this value, even if the failure rate is rising.AdmissionControl.Builder.getSrThreshold()Dictates the success rate at which the rejection probability is non-zero.AdmissionControl.getSrThreshold()Dictates the success rate at which the rejection probability is non-zero.AdmissionControlOrBuilder.getSrThreshold()Dictates the success rate at which the rejection probability is non-zero.Methods in io.envoyproxy.envoy.extensions.filters.http.admission_control.v3 with parameters of type RuntimePercentModifier and TypeMethodDescriptionAdmissionControl.Builder.mergeMaxRejectionProbability(RuntimePercent value) The probability of rejection will never exceed this value, even if the failure rate is rising.AdmissionControl.Builder.mergeSrThreshold(RuntimePercent value) Dictates the success rate at which the rejection probability is non-zero.AdmissionControl.Builder.setMaxRejectionProbability(RuntimePercent value) The probability of rejection will never exceed this value, even if the failure rate is rising.AdmissionControl.Builder.setSrThreshold(RuntimePercent value) Dictates the success rate at which the rejection probability is non-zero.