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 Summary
Modifier and TypeMethodDescriptionWatchdog for the main thread.Watchdog for the main thread.Watchdog for the worker threads.Watchdog for the worker threads.boolean
Watchdog for the main thread.boolean
Watchdog for the worker threads.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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;
-