Uses of Class
io.envoyproxy.envoy.config.core.v3.RuntimePercent
-
Packages that use RuntimePercent Package Description io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.extensions.filters.http.admission_control.v3 -
-
Uses of RuntimePercent in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return RuntimePercent Modifier and Type Method Description RuntimePercentRuntimePercent.Builder. build()RuntimePercentRuntimePercent.Builder. buildPartial()static RuntimePercentRuntimePercent. getDefaultInstance()RuntimePercentRuntimePercent.Builder. getDefaultInstanceForType()RuntimePercentRuntimePercent. 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 RuntimePercent Modifier and Type Method Description com.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 RuntimePercent Modifier and Type Method Description RuntimePercent.BuilderRuntimePercent.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 RuntimePercent Modifier and Type Method Description RuntimePercentAdmissionControl.Builder. getMaxRejectionProbability()The probability of rejection will never exceed this value, even if the failure rate is rising.RuntimePercentAdmissionControl. getMaxRejectionProbability()The probability of rejection will never exceed this value, even if the failure rate is rising.RuntimePercentAdmissionControlOrBuilder. getMaxRejectionProbability()The probability of rejection will never exceed this value, even if the failure rate is rising.RuntimePercentAdmissionControl.Builder. getSrThreshold()Dictates the success rate at which the rejection probability is non-zero.RuntimePercentAdmissionControl. getSrThreshold()Dictates the success rate at which the rejection probability is non-zero.RuntimePercentAdmissionControlOrBuilder. 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 RuntimePercent Modifier and Type Method Description AdmissionControl.BuilderAdmissionControl.Builder. mergeMaxRejectionProbability(RuntimePercent value)The probability of rejection will never exceed this value, even if the failure rate is rising.AdmissionControl.BuilderAdmissionControl.Builder. mergeSrThreshold(RuntimePercent value)Dictates the success rate at which the rejection probability is non-zero.AdmissionControl.BuilderAdmissionControl.Builder. setMaxRejectionProbability(RuntimePercent value)The probability of rejection will never exceed this value, even if the failure rate is rising.AdmissionControl.BuilderAdmissionControl.Builder. setSrThreshold(RuntimePercent value)Dictates the success rate at which the rejection probability is non-zero.
-