| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.filter.fault.v2 | |
| io.envoyproxy.envoy.config.filter.http.fault.v2 | |
| io.envoyproxy.envoy.config.filter.network.mongo_proxy.v2 |
| Modifier and Type | Method and Description |
|---|---|
FaultDelay |
FaultDelay.Builder.build() |
FaultDelay |
FaultDelay.Builder.buildPartial() |
static FaultDelay |
FaultDelay.getDefaultInstance() |
FaultDelay |
FaultDelay.getDefaultInstanceForType() |
FaultDelay |
FaultDelay.Builder.getDefaultInstanceForType() |
static FaultDelay |
FaultDelay.parseDelimitedFrom(InputStream input) |
static FaultDelay |
FaultDelay.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaultDelay |
FaultDelay.parseFrom(byte[] data) |
static FaultDelay |
FaultDelay.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaultDelay |
FaultDelay.parseFrom(ByteBuffer data) |
static FaultDelay |
FaultDelay.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaultDelay |
FaultDelay.parseFrom(com.google.protobuf.ByteString data) |
static FaultDelay |
FaultDelay.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaultDelay |
FaultDelay.parseFrom(com.google.protobuf.CodedInputStream input) |
static FaultDelay |
FaultDelay.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FaultDelay |
FaultDelay.parseFrom(InputStream input) |
static FaultDelay |
FaultDelay.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<FaultDelay> |
FaultDelay.getParserForType() |
static com.google.protobuf.Parser<FaultDelay> |
FaultDelay.parser() |
| Modifier and Type | Method and Description |
|---|---|
FaultDelay.Builder |
FaultDelay.Builder.mergeFrom(FaultDelay other) |
static FaultDelay.Builder |
FaultDelay.newBuilder(FaultDelay prototype) |
| Modifier and Type | Method and Description |
|---|---|
FaultDelay |
HTTPFault.getDelay()
If specified, the filter will inject delays based on the values in the
object.
|
FaultDelay |
HTTPFault.Builder.getDelay()
If specified, the filter will inject delays based on the values in the
object.
|
FaultDelay |
HTTPFaultOrBuilder.getDelay()
If specified, the filter will inject delays based on the values in the
object.
|
| Modifier and Type | Method and Description |
|---|---|
HTTPFault.Builder |
HTTPFault.Builder.mergeDelay(FaultDelay value)
If specified, the filter will inject delays based on the values in the
object.
|
HTTPFault.Builder |
HTTPFault.Builder.setDelay(FaultDelay value)
If specified, the filter will inject delays based on the values in the
object.
|
| Modifier and Type | Method and Description |
|---|---|
FaultDelay |
MongoProxy.getDelay()
Inject a fixed delay before proxying a Mongo operation.
|
FaultDelay |
MongoProxy.Builder.getDelay()
Inject a fixed delay before proxying a Mongo operation.
|
FaultDelay |
MongoProxyOrBuilder.getDelay()
Inject a fixed delay before proxying a Mongo operation.
|
| Modifier and Type | Method and Description |
|---|---|
MongoProxy.Builder |
MongoProxy.Builder.mergeDelay(FaultDelay value)
Inject a fixed delay before proxying a Mongo operation.
|
MongoProxy.Builder |
MongoProxy.Builder.setDelay(FaultDelay value)
Inject a fixed delay before proxying a Mongo operation.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.