Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.Watchdog
Packages that use Watchdog
-
Uses of Watchdog in io.envoyproxy.envoy.config.bootstrap.v3
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return WatchdogModifier and TypeMethodDescriptionWatchdog.Builder.build()Watchdog.Builder.buildPartial()static WatchdogWatchdog.getDefaultInstance()Watchdog.Builder.getDefaultInstanceForType()Watchdog.getDefaultInstanceForType()Watchdogs.Builder.getMainThreadWatchdog()Watchdog for the main thread.Watchdogs.getMainThreadWatchdog()Watchdog for the main thread.WatchdogsOrBuilder.getMainThreadWatchdog()Watchdog for the main thread.Bootstrap.Builder.getWatchdog()Deprecated.envoy.config.bootstrap.v3.Bootstrap.watchdog is deprecated.Bootstrap.getWatchdog()Deprecated.envoy.config.bootstrap.v3.Bootstrap.watchdog is deprecated.BootstrapOrBuilder.getWatchdog()Deprecated.envoy.config.bootstrap.v3.Bootstrap.watchdog is deprecated.Watchdogs.Builder.getWorkerWatchdog()Watchdog for the worker threads.Watchdogs.getWorkerWatchdog()Watchdog for the worker threads.WatchdogsOrBuilder.getWorkerWatchdog()Watchdog for the worker threads.static WatchdogWatchdog.parseDelimitedFrom(InputStream input) static WatchdogWatchdog.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WatchdogWatchdog.parseFrom(byte[] data) static WatchdogWatchdog.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WatchdogWatchdog.parseFrom(com.google.protobuf.ByteString data) static WatchdogWatchdog.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WatchdogWatchdog.parseFrom(com.google.protobuf.CodedInputStream input) static WatchdogWatchdog.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WatchdogWatchdog.parseFrom(InputStream input) static WatchdogWatchdog.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WatchdogWatchdog.parseFrom(ByteBuffer data) static WatchdogWatchdog.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type WatchdogModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Watchdog> Watchdog.getParserForType()static com.google.protobuf.Parser<Watchdog> Watchdog.parser()Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type WatchdogModifier and TypeMethodDescriptionWatchdogs.Builder.mergeMainThreadWatchdog(Watchdog value) Watchdog for the main thread.Bootstrap.Builder.mergeWatchdog(Watchdog value) Deprecated.Watchdogs.Builder.mergeWorkerWatchdog(Watchdog value) Watchdog for the worker threads.static Watchdog.BuilderWatchdog.newBuilder(Watchdog prototype) Watchdogs.Builder.setMainThreadWatchdog(Watchdog value) Watchdog for the main thread.Bootstrap.Builder.setWatchdog(Watchdog value) Deprecated.Watchdogs.Builder.setWorkerWatchdog(Watchdog value) Watchdog for the worker threads.