Class Watchdog.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, WatchdogOrBuilder, Cloneable
    Enclosing class:
    Watchdog

    public static final class Watchdog.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>
    implements WatchdogOrBuilder
     Envoy process watchdog configuration. When configured, this monitors for
     nonresponsive threads and kills the process after the configured thresholds.
     See the :ref:`watchdog documentation <operations_performance_watchdog>` for more information.
     
    Protobuf type envoy.config.bootstrap.v2.Watchdog
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Watchdog.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)  
      Watchdog build()  
      Watchdog buildPartial()  
      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()  
      Watchdog getDefaultInstanceForType()  
      static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
      com.google.protobuf.Descriptors.Descriptor getDescriptorForType()  
      com.google.protobuf.Duration getKillTimeout()
      If a watched thread has been nonresponsive for this duration, assume a programming error and kill the entire Envoy process.
      com.google.protobuf.Duration.Builder getKillTimeoutBuilder()
      If a watched thread has been nonresponsive for this duration, assume a programming error and kill the entire Envoy process.
      com.google.protobuf.DurationOrBuilder getKillTimeoutOrBuilder()
      If a watched thread has been nonresponsive for this duration, assume a programming error and kill the entire Envoy process.
      com.google.protobuf.Duration getMegamissTimeout()
      The duration after which Envoy counts a nonresponsive thread in the *watchdog_mega_miss* statistic.
      com.google.protobuf.Duration.Builder getMegamissTimeoutBuilder()
      The duration after which Envoy counts a nonresponsive thread in the *watchdog_mega_miss* statistic.
      com.google.protobuf.DurationOrBuilder getMegamissTimeoutOrBuilder()
      The duration after which Envoy counts a nonresponsive thread in the *watchdog_mega_miss* statistic.
      com.google.protobuf.Duration getMissTimeout()
      The duration after which Envoy counts a nonresponsive thread in the *watchdog_miss* statistic.
      com.google.protobuf.Duration.Builder getMissTimeoutBuilder()
      The duration after which Envoy counts a nonresponsive thread in the *watchdog_miss* statistic.
      com.google.protobuf.DurationOrBuilder getMissTimeoutOrBuilder()
      The duration after which Envoy counts a nonresponsive thread in the *watchdog_miss* statistic.
      com.google.protobuf.Duration getMultikillTimeout()
      If at least two watched threads have been nonresponsive for at least this duration assume a true deadlock and kill the entire Envoy process.
      com.google.protobuf.Duration.Builder getMultikillTimeoutBuilder()
      If at least two watched threads have been nonresponsive for at least this duration assume a true deadlock and kill the entire Envoy process.
      com.google.protobuf.DurationOrBuilder getMultikillTimeoutOrBuilder()
      If at least two watched threads have been nonresponsive for at least this duration assume a true deadlock and kill the entire Envoy process.
      boolean hasKillTimeout()
      If a watched thread has been nonresponsive for this duration, assume a programming error and kill the entire Envoy process.
      boolean hasMegamissTimeout()
      The duration after which Envoy counts a nonresponsive thread in the *watchdog_mega_miss* statistic.
      boolean hasMissTimeout()
      The duration after which Envoy counts a nonresponsive thread in the *watchdog_miss* statistic.
      boolean hasMultikillTimeout()
      If at least two watched threads have been nonresponsive for at least this duration assume a true deadlock and kill the entire Envoy process.
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()  
      boolean isInitialized()  
      Watchdog.Builder mergeFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      Watchdog.Builder mergeFrom​(com.google.protobuf.Message other)  
      Watchdog.Builder mergeFrom​(Watchdog 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.
      Watchdog.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)  
      Watchdog.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)  
      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)  
      Watchdog.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)  
      • Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

        getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
      • Methods inherited from class com.google.protobuf.AbstractMessage.Builder

        findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
      • Methods inherited from interface com.google.protobuf.Message.Builder

        mergeDelimitedFrom, mergeDelimitedFrom
      • Methods inherited from interface com.google.protobuf.MessageLite.Builder

        mergeFrom
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>
      • clear

        public Watchdog.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>
      • getDefaultInstanceForType

        public Watchdog getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Watchdog build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Watchdog buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Watchdog.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>
      • setField

        public Watchdog.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                         Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>
      • clearField

        public Watchdog.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>
      • clearOneof

        public Watchdog.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>
      • setRepeatedField

        public Watchdog.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 int index,
                                                 Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>
      • addRepeatedField

        public Watchdog.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>
      • mergeFrom

        public Watchdog.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Watchdog.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>
      • mergeFrom

        public Watchdog.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                   throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Watchdog.Builder>
        Throws:
        IOException
      • hasMissTimeout

        public boolean hasMissTimeout()
         The duration after which Envoy counts a nonresponsive thread in the
         *watchdog_miss* statistic. If not specified the default is 200ms.
         
        .google.protobuf.Duration miss_timeout = 1;
        Specified by:
        hasMissTimeout in interface WatchdogOrBuilder
        Returns:
        Whether the missTimeout field is set.
      • getMissTimeout

        public com.google.protobuf.Duration getMissTimeout()
         The duration after which Envoy counts a nonresponsive thread in the
         *watchdog_miss* statistic. If not specified the default is 200ms.
         
        .google.protobuf.Duration miss_timeout = 1;
        Specified by:
        getMissTimeout in interface WatchdogOrBuilder
        Returns:
        The missTimeout.
      • setMissTimeout

        public Watchdog.Builder setMissTimeout​(com.google.protobuf.Duration value)
         The duration after which Envoy counts a nonresponsive thread in the
         *watchdog_miss* statistic. If not specified the default is 200ms.
         
        .google.protobuf.Duration miss_timeout = 1;
      • setMissTimeout

        public Watchdog.Builder setMissTimeout​(com.google.protobuf.Duration.Builder builderForValue)
         The duration after which Envoy counts a nonresponsive thread in the
         *watchdog_miss* statistic. If not specified the default is 200ms.
         
        .google.protobuf.Duration miss_timeout = 1;
      • mergeMissTimeout

        public Watchdog.Builder mergeMissTimeout​(com.google.protobuf.Duration value)
         The duration after which Envoy counts a nonresponsive thread in the
         *watchdog_miss* statistic. If not specified the default is 200ms.
         
        .google.protobuf.Duration miss_timeout = 1;
      • clearMissTimeout

        public Watchdog.Builder clearMissTimeout()
         The duration after which Envoy counts a nonresponsive thread in the
         *watchdog_miss* statistic. If not specified the default is 200ms.
         
        .google.protobuf.Duration miss_timeout = 1;
      • getMissTimeoutBuilder

        public com.google.protobuf.Duration.Builder getMissTimeoutBuilder()
         The duration after which Envoy counts a nonresponsive thread in the
         *watchdog_miss* statistic. If not specified the default is 200ms.
         
        .google.protobuf.Duration miss_timeout = 1;
      • getMissTimeoutOrBuilder

        public com.google.protobuf.DurationOrBuilder getMissTimeoutOrBuilder()
         The duration after which Envoy counts a nonresponsive thread in the
         *watchdog_miss* statistic. If not specified the default is 200ms.
         
        .google.protobuf.Duration miss_timeout = 1;
        Specified by:
        getMissTimeoutOrBuilder in interface WatchdogOrBuilder
      • hasMegamissTimeout

        public boolean hasMegamissTimeout()
         The duration after which Envoy counts a nonresponsive thread in the
         *watchdog_mega_miss* statistic. If not specified the default is
         1000ms.
         
        .google.protobuf.Duration megamiss_timeout = 2;
        Specified by:
        hasMegamissTimeout in interface WatchdogOrBuilder
        Returns:
        Whether the megamissTimeout field is set.
      • getMegamissTimeout

        public com.google.protobuf.Duration getMegamissTimeout()
         The duration after which Envoy counts a nonresponsive thread in the
         *watchdog_mega_miss* statistic. If not specified the default is
         1000ms.
         
        .google.protobuf.Duration megamiss_timeout = 2;
        Specified by:
        getMegamissTimeout in interface WatchdogOrBuilder
        Returns:
        The megamissTimeout.
      • setMegamissTimeout

        public Watchdog.Builder setMegamissTimeout​(com.google.protobuf.Duration value)
         The duration after which Envoy counts a nonresponsive thread in the
         *watchdog_mega_miss* statistic. If not specified the default is
         1000ms.
         
        .google.protobuf.Duration megamiss_timeout = 2;
      • setMegamissTimeout

        public Watchdog.Builder setMegamissTimeout​(com.google.protobuf.Duration.Builder builderForValue)
         The duration after which Envoy counts a nonresponsive thread in the
         *watchdog_mega_miss* statistic. If not specified the default is
         1000ms.
         
        .google.protobuf.Duration megamiss_timeout = 2;
      • mergeMegamissTimeout

        public Watchdog.Builder mergeMegamissTimeout​(com.google.protobuf.Duration value)
         The duration after which Envoy counts a nonresponsive thread in the
         *watchdog_mega_miss* statistic. If not specified the default is
         1000ms.
         
        .google.protobuf.Duration megamiss_timeout = 2;
      • clearMegamissTimeout

        public Watchdog.Builder clearMegamissTimeout()
         The duration after which Envoy counts a nonresponsive thread in the
         *watchdog_mega_miss* statistic. If not specified the default is
         1000ms.
         
        .google.protobuf.Duration megamiss_timeout = 2;
      • getMegamissTimeoutBuilder

        public com.google.protobuf.Duration.Builder getMegamissTimeoutBuilder()
         The duration after which Envoy counts a nonresponsive thread in the
         *watchdog_mega_miss* statistic. If not specified the default is
         1000ms.
         
        .google.protobuf.Duration megamiss_timeout = 2;
      • getMegamissTimeoutOrBuilder

        public com.google.protobuf.DurationOrBuilder getMegamissTimeoutOrBuilder()
         The duration after which Envoy counts a nonresponsive thread in the
         *watchdog_mega_miss* statistic. If not specified the default is
         1000ms.
         
        .google.protobuf.Duration megamiss_timeout = 2;
        Specified by:
        getMegamissTimeoutOrBuilder in interface WatchdogOrBuilder
      • hasKillTimeout

        public boolean hasKillTimeout()
         If a watched thread has been nonresponsive for this duration, assume a
         programming error and kill the entire Envoy process. Set to 0 to disable
         kill behavior. If not specified the default is 0 (disabled).
         
        .google.protobuf.Duration kill_timeout = 3;
        Specified by:
        hasKillTimeout in interface WatchdogOrBuilder
        Returns:
        Whether the killTimeout field is set.
      • getKillTimeout

        public com.google.protobuf.Duration getKillTimeout()
         If a watched thread has been nonresponsive for this duration, assume a
         programming error and kill the entire Envoy process. Set to 0 to disable
         kill behavior. If not specified the default is 0 (disabled).
         
        .google.protobuf.Duration kill_timeout = 3;
        Specified by:
        getKillTimeout in interface WatchdogOrBuilder
        Returns:
        The killTimeout.
      • setKillTimeout

        public 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. Set to 0 to disable
         kill behavior. If not specified the default is 0 (disabled).
         
        .google.protobuf.Duration kill_timeout = 3;
      • setKillTimeout

        public 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. Set to 0 to disable
         kill behavior. If not specified the default is 0 (disabled).
         
        .google.protobuf.Duration kill_timeout = 3;
      • mergeKillTimeout

        public 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. Set to 0 to disable
         kill behavior. If not specified the default is 0 (disabled).
         
        .google.protobuf.Duration kill_timeout = 3;
      • clearKillTimeout

        public Watchdog.Builder clearKillTimeout()
         If a watched thread has been nonresponsive for this duration, assume a
         programming error and kill the entire Envoy process. Set to 0 to disable
         kill behavior. If not specified the default is 0 (disabled).
         
        .google.protobuf.Duration kill_timeout = 3;
      • getKillTimeoutBuilder

        public com.google.protobuf.Duration.Builder getKillTimeoutBuilder()
         If a watched thread has been nonresponsive for this duration, assume a
         programming error and kill the entire Envoy process. Set to 0 to disable
         kill behavior. If not specified the default is 0 (disabled).
         
        .google.protobuf.Duration kill_timeout = 3;
      • getKillTimeoutOrBuilder

        public com.google.protobuf.DurationOrBuilder getKillTimeoutOrBuilder()
         If a watched thread has been nonresponsive for this duration, assume a
         programming error and kill the entire Envoy process. Set to 0 to disable
         kill behavior. If not specified the default is 0 (disabled).
         
        .google.protobuf.Duration kill_timeout = 3;
        Specified by:
        getKillTimeoutOrBuilder in interface WatchdogOrBuilder
      • hasMultikillTimeout

        public boolean hasMultikillTimeout()
         If at least two watched threads have been nonresponsive for at least this
         duration assume a true deadlock and kill the entire Envoy process. Set to 0
         to disable this behavior. If not specified the default is 0 (disabled).
         
        .google.protobuf.Duration multikill_timeout = 4;
        Specified by:
        hasMultikillTimeout in interface WatchdogOrBuilder
        Returns:
        Whether the multikillTimeout field is set.
      • getMultikillTimeout

        public com.google.protobuf.Duration getMultikillTimeout()
         If at least two watched threads have been nonresponsive for at least this
         duration assume a true deadlock and kill the entire Envoy process. Set to 0
         to disable this behavior. If not specified the default is 0 (disabled).
         
        .google.protobuf.Duration multikill_timeout = 4;
        Specified by:
        getMultikillTimeout in interface WatchdogOrBuilder
        Returns:
        The multikillTimeout.
      • setMultikillTimeout

        public 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. Set to 0
         to disable this behavior. If not specified the default is 0 (disabled).
         
        .google.protobuf.Duration multikill_timeout = 4;
      • setMultikillTimeout

        public 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. Set to 0
         to disable this behavior. If not specified the default is 0 (disabled).
         
        .google.protobuf.Duration multikill_timeout = 4;
      • mergeMultikillTimeout

        public 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. Set to 0
         to disable this behavior. If not specified the default is 0 (disabled).
         
        .google.protobuf.Duration multikill_timeout = 4;
      • clearMultikillTimeout

        public 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. Set to 0
         to disable this behavior. If not specified the default is 0 (disabled).
         
        .google.protobuf.Duration multikill_timeout = 4;
      • getMultikillTimeoutBuilder

        public com.google.protobuf.Duration.Builder getMultikillTimeoutBuilder()
         If at least two watched threads have been nonresponsive for at least this
         duration assume a true deadlock and kill the entire Envoy process. Set to 0
         to disable this behavior. If not specified the default is 0 (disabled).
         
        .google.protobuf.Duration multikill_timeout = 4;
      • getMultikillTimeoutOrBuilder

        public com.google.protobuf.DurationOrBuilder getMultikillTimeoutOrBuilder()
         If at least two watched threads have been nonresponsive for at least this
         duration assume a true deadlock and kill the entire Envoy process. Set to 0
         to disable this behavior. If not specified the default is 0 (disabled).
         
        .google.protobuf.Duration multikill_timeout = 4;
        Specified by:
        getMultikillTimeoutOrBuilder in interface WatchdogOrBuilder
      • setUnknownFields

        public final Watchdog.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>
      • mergeUnknownFields

        public final Watchdog.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Watchdog.Builder>