Uses of Interface
com.google.api.gax.core.ExecutorProvider
-
Packages that use ExecutorProvider Package Description com.google.api.gax.core com.google.api.gax.rpc -
-
Uses of ExecutorProvider in com.google.api.gax.core
Classes in com.google.api.gax.core that implement ExecutorProvider Modifier and Type Class Description classFixedExecutorProviderFixedExecutorProvider is an ExecutorProvider which always returns the same executor.classInstantiatingExecutorProviderInstantiatingChannelProvider is an ExecutorProvider which constructs a new ScheduledExecutorService every time getExecutor() is called. -
Uses of ExecutorProvider in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return ExecutorProvider Modifier and Type Method Description ExecutorProviderClientSettings.Builder. getBackgroundExecutorProvider()Gets the ExecutorProvider that was previously set on this Builder.ExecutorProviderClientSettings. getBackgroundExecutorProvider()ExecutorProviderStubSettings.Builder. getBackgroundExecutorProvider()Gets the ExecutorProvider that was previously set on this Builder.ExecutorProviderStubSettings. getBackgroundExecutorProvider()ExecutorProviderClientSettings.Builder. getExecutorProvider()Deprecated.Please useClientSettings.Builder.getBackgroundExecutorProvider()for getting the executor provider that's used for running scheduled API call logic.ExecutorProviderClientSettings. getExecutorProvider()Deprecated.ExecutorProviderStubSettings.Builder. getExecutorProvider()Deprecated.ExecutorProviderStubSettings. getExecutorProvider()Deprecated.Please useStubSettings.getBackgroundExecutorProvider().Methods in com.google.api.gax.rpc with parameters of type ExecutorProvider Modifier and Type Method Description BClientSettings.Builder. setBackgroundExecutorProvider(ExecutorProvider executorProvider)Sets the ExecutorProvider to use for getting the executor to use for running scheduled API call logic (such as retries and long-running operations).BStubSettings.Builder. setBackgroundExecutorProvider(ExecutorProvider backgroundExecutorProvider)Sets the executor to use for running scheduled API call logic (such as retries and long-running operations).BClientSettings.Builder. setExecutorProvider(ExecutorProvider executorProvider)Deprecated.Please useClientSettings.Builder.setBackgroundExecutorProvider(ExecutorProvider)for setting executor to use for running scheduled API call logic.BStubSettings.Builder. setExecutorProvider(ExecutorProvider executorProvider)Deprecated.Please useStubSettings.Builder.setBackgroundExecutorProvider(ExecutorProvider)for setting executor to use for running scheduled API call logic.
-