public abstract static class ThreadGroupPool.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract ThreadGroupPool |
build() |
abstract ThreadGroupPool.Builder |
setIgnoreDaemonThreads(boolean ignoreDaemonThreads) |
abstract ThreadGroupPool.Builder |
setParentThreadGroup(ThreadGroup threadGroup) |
abstract ThreadGroupPool.Builder |
setThreadGroupNamePrefix(String threadGroupNamePrefix) |
abstract ThreadGroupPool.Builder |
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler uncaughtExceptionHandler) |
public abstract ThreadGroupPool.Builder setParentThreadGroup(ThreadGroup threadGroup)
public abstract ThreadGroupPool.Builder setThreadGroupNamePrefix(String threadGroupNamePrefix)
public abstract ThreadGroupPool.Builder setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler uncaughtExceptionHandler)
public abstract ThreadGroupPool.Builder setIgnoreDaemonThreads(boolean ignoreDaemonThreads)
public abstract ThreadGroupPool build()
Copyright © 2022. All rights reserved.