Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.Watchdogs.Builder
Packages that use Watchdogs.Builder
-
Uses of Watchdogs.Builder in io.envoyproxy.envoy.config.bootstrap.v3
Subclasses with type arguments of type Watchdogs.Builder in io.envoyproxy.envoy.config.bootstrap.v3Modifier and TypeClassDescriptionstatic final classAllows you to specify different watchdog configs for different subsystems.Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type Watchdogs.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<Watchdogs, Watchdogs.Builder, WatchdogsOrBuilder> Bootstrap.Builder.watchdogsBuilder_Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return Watchdogs.BuilderModifier and TypeMethodDescriptionWatchdogs.Builder.clear()Watchdogs.Builder.clearMainThreadWatchdog()Watchdog for the main thread.Watchdogs.Builder.clearWorkerWatchdog()Watchdog for the worker threads.Bootstrap.Builder.getWatchdogsBuilder()Optional watchdogs configuration.Watchdogs.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Watchdogs.Builder.mergeFrom(com.google.protobuf.Message other) Watchdogs.Builder.mergeMainThreadWatchdog(Watchdog value) Watchdog for the main thread.Watchdogs.Builder.mergeWorkerWatchdog(Watchdog value) Watchdog for the worker threads.static Watchdogs.BuilderWatchdogs.newBuilder()static Watchdogs.BuilderWatchdogs.newBuilder(Watchdogs prototype) Watchdogs.newBuilderForType()protected Watchdogs.BuilderWatchdogs.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Watchdogs.Builder.setMainThreadWatchdog(Watchdog value) Watchdog for the main thread.Watchdogs.Builder.setMainThreadWatchdog(Watchdog.Builder builderForValue) Watchdog for the main thread.Watchdogs.Builder.setWorkerWatchdog(Watchdog value) Watchdog for the worker threads.Watchdogs.Builder.setWorkerWatchdog(Watchdog.Builder builderForValue) Watchdog for the worker threads.Watchdogs.toBuilder()Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type Watchdogs.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<Watchdogs, Watchdogs.Builder, WatchdogsOrBuilder> Bootstrap.Builder.internalGetWatchdogsFieldBuilder()Optional watchdogs configuration.Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type Watchdogs.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.setWatchdogs(Watchdogs.Builder builderForValue) Optional watchdogs configuration.