Interface WatchdogsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Watchdogs, Watchdogs.Builder

    public interface WatchdogsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasMainThreadWatchdog

        boolean hasMainThreadWatchdog()
         Watchdog for the main thread.
         
        .envoy.config.bootstrap.v3.Watchdog main_thread_watchdog = 1;
        Returns:
        Whether the mainThreadWatchdog field is set.
      • getMainThreadWatchdog

        Watchdog getMainThreadWatchdog()
         Watchdog for the main thread.
         
        .envoy.config.bootstrap.v3.Watchdog main_thread_watchdog = 1;
        Returns:
        The mainThreadWatchdog.
      • getMainThreadWatchdogOrBuilder

        WatchdogOrBuilder getMainThreadWatchdogOrBuilder()
         Watchdog for the main thread.
         
        .envoy.config.bootstrap.v3.Watchdog main_thread_watchdog = 1;
      • hasWorkerWatchdog

        boolean hasWorkerWatchdog()
         Watchdog for the worker threads.
         
        .envoy.config.bootstrap.v3.Watchdog worker_watchdog = 2;
        Returns:
        Whether the workerWatchdog field is set.
      • getWorkerWatchdog

        Watchdog getWorkerWatchdog()
         Watchdog for the worker threads.
         
        .envoy.config.bootstrap.v3.Watchdog worker_watchdog = 2;
        Returns:
        The workerWatchdog.
      • getWorkerWatchdogOrBuilder

        WatchdogOrBuilder getWorkerWatchdogOrBuilder()
         Watchdog for the worker threads.
         
        .envoy.config.bootstrap.v3.Watchdog worker_watchdog = 2;