Uses of Class
io.envoyproxy.envoy.extensions.filters.common.fault.v3.FaultDelay
-
Packages that use FaultDelay Package Description io.envoyproxy.envoy.extensions.filters.common.fault.v3 io.envoyproxy.envoy.extensions.filters.http.fault.v3 io.grpc.xds 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 FaultDelay Modifier and Type Field Description private static FaultDelayFaultDelay. DEFAULT_INSTANCEFields in io.envoyproxy.envoy.extensions.filters.common.fault.v3 with type parameters of type FaultDelay Modifier and Type Field Description private static com.google.protobuf.Parser<FaultDelay>FaultDelay. PARSERMethods in io.envoyproxy.envoy.extensions.filters.common.fault.v3 that return FaultDelay Modifier and Type Method Description FaultDelayFaultDelay.Builder. build()FaultDelayFaultDelay.Builder. buildPartial()static FaultDelayFaultDelay. getDefaultInstance()FaultDelayFaultDelay.Builder. getDefaultInstanceForType()FaultDelayFaultDelay. getDefaultInstanceForType()static FaultDelayFaultDelay. parseDelimitedFrom(java.io.InputStream input)static FaultDelayFaultDelay. parseDelimitedFrom(java.io.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(java.io.InputStream input)static FaultDelayFaultDelay. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FaultDelayFaultDelay. parseFrom(java.nio.ByteBuffer data)static FaultDelayFaultDelay. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.extensions.filters.common.fault.v3 that return types with arguments of type FaultDelay Modifier and Type Method Description com.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 FaultDelay Modifier and Type Method Description private voidFaultDelay.Builder. buildPartial0(FaultDelay result)private voidFaultDelay.Builder. buildPartialOneofs(FaultDelay result)FaultDelay.BuilderFaultDelay.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 FaultDelay Modifier and Type Field Description private FaultDelayHTTPFault.Builder. delay_private FaultDelayHTTPFault. delay_Fields in io.envoyproxy.envoy.extensions.filters.http.fault.v3 with type parameters of type FaultDelay Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<FaultDelay,FaultDelay.Builder,FaultDelayOrBuilder>HTTPFault.Builder. delayBuilder_Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 that return FaultDelay Modifier and Type Method Description FaultDelayHTTPFault.Builder. getDelay()If specified, the filter will inject delays based on the values in the object.FaultDelayHTTPFault. getDelay()If specified, the filter will inject delays based on the values in the object.FaultDelayHTTPFaultOrBuilder. 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 FaultDelay Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<FaultDelay,FaultDelay.Builder,FaultDelayOrBuilder>HTTPFault.Builder. getDelayFieldBuilder()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 FaultDelay Modifier and Type Method Description HTTPFault.BuilderHTTPFault.Builder. mergeDelay(FaultDelay value)If specified, the filter will inject delays based on the values in the object.HTTPFault.BuilderHTTPFault.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 FaultDelay Modifier and Type Method Description private static FaultConfig.FaultDelayFaultFilter. parseFaultDelay(FaultDelay faultDelay)
-