Uses of Class
com.google.apphosting.runtime.ThreadGroupPool.Builder
-
Packages that use ThreadGroupPool.Builder Package Description com.google.apphosting.runtime -
-
Uses of ThreadGroupPool.Builder in com.google.apphosting.runtime
Methods in com.google.apphosting.runtime that return ThreadGroupPool.Builder Modifier and Type Method Description static ThreadGroupPool.BuilderThreadGroupPool. builder()abstract ThreadGroupPool.BuilderThreadGroupPool.Builder. setIgnoreDaemonThreads(boolean ignoreDaemonThreads)abstract ThreadGroupPool.BuilderThreadGroupPool.Builder. setParentThreadGroup(ThreadGroup threadGroup)abstract ThreadGroupPool.BuilderThreadGroupPool.Builder. setThreadGroupNamePrefix(String threadGroupNamePrefix)abstract ThreadGroupPool.BuilderThreadGroupPool.Builder. setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler uncaughtExceptionHandler)
-