public interface WatchdogsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Watchdog |
getMainThreadWatchdog()
Watchdog for the main thread.
|
WatchdogOrBuilder |
getMainThreadWatchdogOrBuilder()
Watchdog for the main thread.
|
Watchdog |
getWorkerWatchdog()
Watchdog for the worker threads.
|
WatchdogOrBuilder |
getWorkerWatchdogOrBuilder()
Watchdog for the worker threads.
|
boolean |
hasMainThreadWatchdog()
Watchdog for the main thread.
|
boolean |
hasWorkerWatchdog()
Watchdog for the worker threads.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMainThreadWatchdog()
Watchdog for the main thread.
.envoy.config.bootstrap.v3.Watchdog main_thread_watchdog = 1;Watchdog getMainThreadWatchdog()
Watchdog for the main thread.
.envoy.config.bootstrap.v3.Watchdog main_thread_watchdog = 1;WatchdogOrBuilder getMainThreadWatchdogOrBuilder()
Watchdog for the main thread.
.envoy.config.bootstrap.v3.Watchdog main_thread_watchdog = 1;boolean hasWorkerWatchdog()
Watchdog for the worker threads.
.envoy.config.bootstrap.v3.Watchdog worker_watchdog = 2;Watchdog getWorkerWatchdog()
Watchdog for the worker threads.
.envoy.config.bootstrap.v3.Watchdog worker_watchdog = 2;WatchdogOrBuilder getWorkerWatchdogOrBuilder()
Watchdog for the worker threads.
.envoy.config.bootstrap.v3.Watchdog worker_watchdog = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.