| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.bootstrap.v2 |
| Modifier and Type | Method and Description |
|---|---|
Watchdog.Builder |
Watchdog.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Watchdog.Builder |
Watchdog.Builder.clear() |
Watchdog.Builder |
Watchdog.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Watchdog.Builder |
Watchdog.Builder.clearKillTimeout()
If a watched thread has been nonresponsive for this duration, assume a
programming error and kill the entire Envoy process.
|
Watchdog.Builder |
Watchdog.Builder.clearMegamissTimeout()
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_mega_miss* statistic.
|
Watchdog.Builder |
Watchdog.Builder.clearMissTimeout()
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_miss* statistic.
|
Watchdog.Builder |
Watchdog.Builder.clearMultikillTimeout()
If at least two watched threads have been nonresponsive for at least this
duration assume a true deadlock and kill the entire Envoy process.
|
Watchdog.Builder |
Watchdog.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Watchdog.Builder |
Watchdog.Builder.clone() |
Watchdog.Builder |
Bootstrap.Builder.getWatchdogBuilder()
Optional watchdog configuration.
|
Watchdog.Builder |
Watchdog.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Watchdog.Builder |
Watchdog.Builder.mergeFrom(com.google.protobuf.Message other) |
Watchdog.Builder |
Watchdog.Builder.mergeFrom(Watchdog other) |
Watchdog.Builder |
Watchdog.Builder.mergeKillTimeout(com.google.protobuf.Duration value)
If a watched thread has been nonresponsive for this duration, assume a
programming error and kill the entire Envoy process.
|
Watchdog.Builder |
Watchdog.Builder.mergeMegamissTimeout(com.google.protobuf.Duration value)
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_mega_miss* statistic.
|
Watchdog.Builder |
Watchdog.Builder.mergeMissTimeout(com.google.protobuf.Duration value)
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_miss* statistic.
|
Watchdog.Builder |
Watchdog.Builder.mergeMultikillTimeout(com.google.protobuf.Duration value)
If at least two watched threads have been nonresponsive for at least this
duration assume a true deadlock and kill the entire Envoy process.
|
Watchdog.Builder |
Watchdog.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Watchdog.Builder |
Watchdog.newBuilder() |
static Watchdog.Builder |
Watchdog.newBuilder(Watchdog prototype) |
Watchdog.Builder |
Watchdog.newBuilderForType() |
protected Watchdog.Builder |
Watchdog.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Watchdog.Builder |
Watchdog.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Watchdog.Builder |
Watchdog.Builder.setKillTimeout(com.google.protobuf.Duration.Builder builderForValue)
If a watched thread has been nonresponsive for this duration, assume a
programming error and kill the entire Envoy process.
|
Watchdog.Builder |
Watchdog.Builder.setKillTimeout(com.google.protobuf.Duration value)
If a watched thread has been nonresponsive for this duration, assume a
programming error and kill the entire Envoy process.
|
Watchdog.Builder |
Watchdog.Builder.setMegamissTimeout(com.google.protobuf.Duration.Builder builderForValue)
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_mega_miss* statistic.
|
Watchdog.Builder |
Watchdog.Builder.setMegamissTimeout(com.google.protobuf.Duration value)
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_mega_miss* statistic.
|
Watchdog.Builder |
Watchdog.Builder.setMissTimeout(com.google.protobuf.Duration.Builder builderForValue)
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_miss* statistic.
|
Watchdog.Builder |
Watchdog.Builder.setMissTimeout(com.google.protobuf.Duration value)
The duration after which Envoy counts a nonresponsive thread in the
*watchdog_miss* statistic.
|
Watchdog.Builder |
Watchdog.Builder.setMultikillTimeout(com.google.protobuf.Duration.Builder builderForValue)
If at least two watched threads have been nonresponsive for at least this
duration assume a true deadlock and kill the entire Envoy process.
|
Watchdog.Builder |
Watchdog.Builder.setMultikillTimeout(com.google.protobuf.Duration value)
If at least two watched threads have been nonresponsive for at least this
duration assume a true deadlock and kill the entire Envoy process.
|
Watchdog.Builder |
Watchdog.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Watchdog.Builder |
Watchdog.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Watchdog.Builder |
Watchdog.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Bootstrap.Builder |
Bootstrap.Builder.setWatchdog(Watchdog.Builder builderForValue)
Optional watchdog configuration.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.