Uses of Interface
com.google.api.gax.rpc.WatchdogProvider
Packages that use WatchdogProvider
-
Uses of WatchdogProvider in com.google.api.gax.rpc
Classes in com.google.api.gax.rpc that implement WatchdogProviderModifier and TypeClassDescriptionfinal classA watchdog provider which always returns the same watchdog instance provided to the provider during construction.final classA watchdog provider which instantiates a new provider on every request.Methods in com.google.api.gax.rpc that return WatchdogProviderModifier and TypeMethodDescriptionstatic WatchdogProviderstatic WatchdogProviderInstantiatingWatchdogProvider.create()StubSettings.Builder.getStreamWatchdogProvider()Gets theWatchdogProviderthat was previously set on this Builder.final WatchdogProviderStubSettings.getStreamWatchdogProvider()ClientSettings.Builder.getWatchdogProvider()final WatchdogProviderClientSettings.getWatchdogProvider()FixedWatchdogProvider.withCheckInterval(org.threeten.bp.Duration checkInterval) This method is obsolete.InstantiatingWatchdogProvider.withCheckInterval(org.threeten.bp.Duration checkInterval) This method is obsolete.WatchdogProvider.withCheckInterval(org.threeten.bp.Duration checkInterval) This method is obsolete.FixedWatchdogProvider.withCheckIntervalDuration(Duration checkInterval) InstantiatingWatchdogProvider.withCheckIntervalDuration(Duration checkInterval) default WatchdogProviderWatchdogProvider.withCheckIntervalDuration(Duration checkInterval) FixedWatchdogProvider.withExecutor(ScheduledExecutorService executor) InstantiatingWatchdogProvider.withExecutor(ScheduledExecutorService executor) WatchdogProvider.withExecutor(ScheduledExecutorService executor) Methods in com.google.api.gax.rpc with parameters of type WatchdogProviderModifier and TypeMethodDescriptionStubSettings.Builder.setStreamWatchdogProvider(WatchdogProvider streamWatchdogProvider) Sets theWatchdogProviderto use for streaming RPC.ClientSettings.Builder.setWatchdogProvider(WatchdogProvider watchdogProvider)