Uses of Class
io.envoyproxy.envoy.extensions.filters.common.fault.v3.FaultDelay
-
-
Uses of FaultDelay in io.envoyproxy.envoy.extensions.filters.common.fault.v3
Methods 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(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 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 FaultDelay.BuilderFaultDelay.Builder. mergeFrom(FaultDelay other)static FaultDelay.BuilderFaultDelay. newBuilder(FaultDelay prototype) -
Uses of FaultDelay in io.envoyproxy.envoy.extensions.filters.http.fault.v3
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 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.envoyproxy.envoy.extensions.filters.network.mongo_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.mongo_proxy.v3 that return FaultDelay Modifier and Type Method Description FaultDelayMongoProxy.Builder. getDelay()Inject a fixed delay before proxying a Mongo operation.FaultDelayMongoProxy. getDelay()Inject a fixed delay before proxying a Mongo operation.FaultDelayMongoProxyOrBuilder. getDelay()Inject a fixed delay before proxying a Mongo operation.Methods in io.envoyproxy.envoy.extensions.filters.network.mongo_proxy.v3 with parameters of type FaultDelay Modifier and Type Method Description MongoProxy.BuilderMongoProxy.Builder. mergeDelay(FaultDelay value)Inject a fixed delay before proxying a Mongo operation.MongoProxy.BuilderMongoProxy.Builder. setDelay(FaultDelay value)Inject a fixed delay before proxying a Mongo operation.
-