Uses of Class
io.envoyproxy.envoy.config.bootstrap.v2.Watchdog.Builder
Packages that use Watchdog.Builder
-
Uses of Watchdog.Builder in io.envoyproxy.envoy.config.bootstrap.v2
Methods in io.envoyproxy.envoy.config.bootstrap.v2 that return Watchdog.BuilderModifier and TypeMethodDescriptionWatchdog.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Watchdog.Builder.clear()Watchdog.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) 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.clearMegamissTimeout()The duration after which Envoy counts a nonresponsive thread in the *watchdog_mega_miss* statistic.Watchdog.Builder.clearMissTimeout()The duration after which Envoy counts a nonresponsive thread in the *watchdog_miss* statistic.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.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Watchdog.Builder.clone()Bootstrap.Builder.getWatchdogBuilder()Optional watchdog configuration.Watchdog.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Watchdog.Builder.mergeFrom(com.google.protobuf.Message other) 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.mergeMegamissTimeout(com.google.protobuf.Duration value) The duration after which Envoy counts a nonresponsive thread in the *watchdog_mega_miss* statistic.Watchdog.Builder.mergeMissTimeout(com.google.protobuf.Duration value) The duration after which Envoy counts a nonresponsive thread in the *watchdog_miss* statistic.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.final Watchdog.BuilderWatchdog.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Watchdog.BuilderWatchdog.newBuilder()static Watchdog.BuilderWatchdog.newBuilder(Watchdog prototype) Watchdog.newBuilderForType()protected Watchdog.BuilderWatchdog.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) 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.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.setMegamissTimeout(com.google.protobuf.Duration value) The duration after which Envoy counts a nonresponsive thread in the *watchdog_mega_miss* statistic.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.setMissTimeout(com.google.protobuf.Duration value) The duration after which Envoy counts a nonresponsive thread in the *watchdog_miss* statistic.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.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.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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Watchdog.BuilderWatchdog.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Watchdog.toBuilder()Methods in io.envoyproxy.envoy.config.bootstrap.v2 with parameters of type Watchdog.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.setWatchdog(Watchdog.Builder builderForValue) Optional watchdog configuration.