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 java.lang.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 java.util.concurrent.ThreadFactorygetThreadFactory()abstract InstantiatingExecutorProvider.BuildersetExecutorThreadCount(int value)abstract InstantiatingExecutorProvider.BuildersetThreadFactory(java.util.concurrent.ThreadFactory value)
-
-
-
Method Detail
-
setExecutorThreadCount
public abstract InstantiatingExecutorProvider.Builder setExecutorThreadCount(int value)
-
getExecutorThreadCount
public abstract int getExecutorThreadCount()
-
setThreadFactory
public abstract InstantiatingExecutorProvider.Builder setThreadFactory(java.util.concurrent.ThreadFactory value)
-
getThreadFactory
public abstract java.util.concurrent.ThreadFactory getThreadFactory()
-
build
public abstract InstantiatingExecutorProvider build()
-
-