| Package | Description |
|---|---|
| com.google.common.util.concurrent |
Concurrency utilities.
|
| Modifier and Type | Method and Description |
|---|---|
ThreadFactoryBuilder |
ThreadFactoryBuilder.setDaemon(boolean daemon)
Sets daemon or not for new threads created with this ThreadFactory.
|
ThreadFactoryBuilder |
ThreadFactoryBuilder.setNameFormat(String
Sets the naming format to use when naming threads (
Thread) which are created with this ThreadFactory.
|
ThreadFactoryBuilder |
ThreadFactoryBuilder.setPriority(int priority)
Sets the priority for new threads created with this ThreadFactory.
|
ThreadFactoryBuilder |
ThreadFactoryBuilder.setThreadFactory(ThreadFactory
Sets the backing
ThreadFactory for new threads created with this ThreadFactory.
|
ThreadFactoryBuilder |
ThreadFactoryBuilder.setUncaughtExceptionHandler(Thread
Sets the
Thread.UncaughtExceptionHandler for new threads created with this ThreadFactory.
|