Uses of Interface
io.envoyproxy.envoy.config.bootstrap.v3.WatchdogOrBuilder
-
Packages that use WatchdogOrBuilder Package Description io.envoyproxy.envoy.config.bootstrap.v3 -
-
Uses of WatchdogOrBuilder in io.envoyproxy.envoy.config.bootstrap.v3
Classes in io.envoyproxy.envoy.config.bootstrap.v3 that implement WatchdogOrBuilder Modifier and Type Class Description class
Watchdog
Envoy process watchdog configuration.static class
Watchdog.Builder
Envoy process watchdog configuration.Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type WatchdogOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Watchdog,Watchdog.Builder,WatchdogOrBuilder>
Watchdogs.Builder. mainThreadWatchdogBuilder_
private com.google.protobuf.SingleFieldBuilder<Watchdog,Watchdog.Builder,WatchdogOrBuilder>
Bootstrap.Builder. watchdogBuilder_
private com.google.protobuf.SingleFieldBuilder<Watchdog,Watchdog.Builder,WatchdogOrBuilder>
Watchdogs.Builder. workerWatchdogBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return WatchdogOrBuilder Modifier and Type Method Description WatchdogOrBuilder
Watchdogs.Builder. getMainThreadWatchdogOrBuilder()
Watchdog for the main thread.WatchdogOrBuilder
Watchdogs. getMainThreadWatchdogOrBuilder()
Watchdog for the main thread.WatchdogOrBuilder
WatchdogsOrBuilder. getMainThreadWatchdogOrBuilder()
Watchdog for the main thread.WatchdogOrBuilder
Bootstrap.Builder. getWatchdogOrBuilder()
Deprecated.WatchdogOrBuilder
Bootstrap. getWatchdogOrBuilder()
Deprecated.WatchdogOrBuilder
BootstrapOrBuilder. getWatchdogOrBuilder()
Deprecated.WatchdogOrBuilder
Watchdogs.Builder. getWorkerWatchdogOrBuilder()
Watchdog for the worker threads.WatchdogOrBuilder
Watchdogs. getWorkerWatchdogOrBuilder()
Watchdog for the worker threads.WatchdogOrBuilder
WatchdogsOrBuilder. getWorkerWatchdogOrBuilder()
Watchdog for the worker threads.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type WatchdogOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Watchdog,Watchdog.Builder,WatchdogOrBuilder>
Watchdogs.Builder. getMainThreadWatchdogFieldBuilder()
Watchdog for the main thread.private com.google.protobuf.SingleFieldBuilder<Watchdog,Watchdog.Builder,WatchdogOrBuilder>
Bootstrap.Builder. getWatchdogFieldBuilder()
Optional watchdog configuration.private com.google.protobuf.SingleFieldBuilder<Watchdog,Watchdog.Builder,WatchdogOrBuilder>
Watchdogs.Builder. getWorkerWatchdogFieldBuilder()
Watchdog for the worker threads.
-