Uses of Class
com.google.common.util.concurrent.ThreadFactoryBuilder
-
Uses of ThreadFactoryBuilder in com.google.common.util.concurrent
Modifier and TypeMethodDescriptionThreadFactoryBuilder.setDaemon
(boolean daemon) Sets daemon or not for new threads created with this ThreadFactory.ThreadFactoryBuilder.setNameFormat
(String nameFormat) Sets the naming format to use when naming threads (Thread.setName(java.lang.String)
) which are created with this ThreadFactory.ThreadFactoryBuilder.setPriority
(int priority) Sets the priority for new threads created with this ThreadFactory.ThreadFactoryBuilder.setThreadFactory
(ThreadFactory backingThreadFactory) Sets the backingThreadFactory
for new threads created with this ThreadFactory.ThreadFactoryBuilder.setUncaughtExceptionHandler
(Thread.UncaughtExceptionHandler uncaughtExceptionHandler) Sets theThread.UncaughtExceptionHandler
for new threads created with this ThreadFactory.