Package com.google.apphosting.runtime
Class ThreadGroupPool.Builder
java.lang.Object
com.google.apphosting.runtime.ThreadGroupPool.Builder
- Enclosing class:
- ThreadGroupPool
Builder for ThreadGroupPool.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ThreadGroupPoolbuild()abstract ThreadGroupPool.BuildersetIgnoreDaemonThreads(boolean ignoreDaemonThreads) abstract ThreadGroupPool.BuildersetParentThreadGroup(ThreadGroup threadGroup) abstract ThreadGroupPool.BuildersetThreadGroupNamePrefix(String threadGroupNamePrefix) abstract ThreadGroupPool.BuildersetUncaughtExceptionHandler(Thread.UncaughtExceptionHandler uncaughtExceptionHandler)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setParentThreadGroup
-
setThreadGroupNamePrefix
-
setUncaughtExceptionHandler
public abstract ThreadGroupPool.Builder setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler uncaughtExceptionHandler) -
setIgnoreDaemonThreads
-
build
-