Uses of Class
io.envoyproxy.envoy.extensions.filters.common.fault.v3.FaultDelay
Packages that use FaultDelay
Package
Description
Library for gPRC proxyless service mesh using Envoy xDS protocol.
-
Uses of FaultDelay in io.envoyproxy.envoy.extensions.filters.common.fault.v3
Fields in io.envoyproxy.envoy.extensions.filters.common.fault.v3 declared as FaultDelayFields in io.envoyproxy.envoy.extensions.filters.common.fault.v3 with type parameters of type FaultDelayModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser<FaultDelay> FaultDelay.PARSERMethods in io.envoyproxy.envoy.extensions.filters.common.fault.v3 that return FaultDelayModifier and TypeMethodDescriptionFaultDelay.Builder.build()FaultDelay.Builder.buildPartial()static FaultDelayFaultDelay.getDefaultInstance()FaultDelay.Builder.getDefaultInstanceForType()FaultDelay.getDefaultInstanceForType()static FaultDelayFaultDelay.parseDelimitedFrom(InputStream input) static FaultDelayFaultDelay.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultDelayFaultDelay.parseFrom(byte[] data) static FaultDelayFaultDelay.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultDelayFaultDelay.parseFrom(com.google.protobuf.ByteString data) static FaultDelayFaultDelay.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultDelayFaultDelay.parseFrom(com.google.protobuf.CodedInputStream input) static FaultDelayFaultDelay.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultDelayFaultDelay.parseFrom(InputStream input) static FaultDelayFaultDelay.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FaultDelayFaultDelay.parseFrom(ByteBuffer data) static FaultDelayFaultDelay.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.filters.common.fault.v3 that return types with arguments of type FaultDelayModifier and TypeMethodDescriptioncom.google.protobuf.Parser<FaultDelay> FaultDelay.getParserForType()static com.google.protobuf.Parser<FaultDelay> FaultDelay.parser()Methods in io.envoyproxy.envoy.extensions.filters.common.fault.v3 with parameters of type FaultDelayModifier and TypeMethodDescriptionprivate voidFaultDelay.Builder.buildPartial0(FaultDelay result) private voidFaultDelay.Builder.buildPartialOneofs(FaultDelay result) FaultDelay.Builder.mergeFrom(FaultDelay other) static FaultDelay.BuilderFaultDelay.newBuilder(FaultDelay prototype) -
Uses of FaultDelay in io.envoyproxy.envoy.extensions.filters.http.fault.v3
Fields in io.envoyproxy.envoy.extensions.filters.http.fault.v3 declared as FaultDelayModifier and TypeFieldDescriptionprivate FaultDelayHTTPFault.Builder.delay_private FaultDelayHTTPFault.delay_Fields in io.envoyproxy.envoy.extensions.filters.http.fault.v3 with type parameters of type FaultDelayModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<FaultDelay, FaultDelay.Builder, FaultDelayOrBuilder> HTTPFault.Builder.delayBuilder_Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 that return FaultDelayModifier and TypeMethodDescriptionHTTPFault.Builder.getDelay()If specified, the filter will inject delays based on the values in the object.HTTPFault.getDelay()If specified, the filter will inject delays based on the values in the object.HTTPFaultOrBuilder.getDelay()If specified, the filter will inject delays based on the values in the object.Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 that return types with arguments of type FaultDelayModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<FaultDelay, FaultDelay.Builder, FaultDelayOrBuilder> HTTPFault.Builder.internalGetDelayFieldBuilder()If specified, the filter will inject delays based on the values in the object.Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 with parameters of type FaultDelayModifier and TypeMethodDescriptionHTTPFault.Builder.mergeDelay(FaultDelay value) If specified, the filter will inject delays based on the values in the object.HTTPFault.Builder.setDelay(FaultDelay value) If specified, the filter will inject delays based on the values in the object. -
Uses of FaultDelay in io.grpc.xds
Methods in io.grpc.xds with parameters of type FaultDelayModifier and TypeMethodDescriptionprivate static FaultConfig.FaultDelayFaultFilter.parseFaultDelay(FaultDelay faultDelay)