Package com.google.api.gax.core
Class InstantiatingExecutorProvider.Builder
- java.lang.Object
-
- com.google.api.gax.core.InstantiatingExecutorProvider.Builder
-
- Enclosing class:
- InstantiatingExecutorProvider
public abstract static class InstantiatingExecutorProvider.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract InstantiatingExecutorProviderbuild()abstract intgetExecutorThreadCount()abstract ThreadFactorygetThreadFactory()abstract InstantiatingExecutorProvider.BuildersetExecutorThreadCount(int value)abstract InstantiatingExecutorProvider.BuildersetThreadFactory(ThreadFactory value)
-
-
-
Method Detail
-
setExecutorThreadCount
public abstract InstantiatingExecutorProvider.Builder setExecutorThreadCount(int value)
-
getExecutorThreadCount
public abstract int getExecutorThreadCount()
-
setThreadFactory
public abstract InstantiatingExecutorProvider.Builder setThreadFactory(ThreadFactory value)
-
getThreadFactory
public abstract ThreadFactory getThreadFactory()
-
build
public abstract InstantiatingExecutorProvider build()
-
-