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
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-