javadoc.com.google.common.util.concurrent.class-use.ThreadFactoryBuilder.html Maven / Gradle / Ivy
The newest version!
Uses of Class com.google.common.util.concurrent.ThreadFactoryBuilder (Guava: Google Core Libraries for Java 11.0.1 API)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Uses of Class
com.google.common.util.concurrent.ThreadFactoryBuilder
Packages that use ThreadFactoryBuilder
com.google.common.util.concurrent
Concurrency utilities.
Uses of ThreadFactoryBuilder in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent that return ThreadFactoryBuilder
ThreadFactoryBuilder
ThreadFactoryBuilder.setDaemon(boolean daemon)
Sets daemon or not for new threads created with this ThreadFactory.
ThreadFactoryBuilder
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
ThreadFactoryBuilder.setPriority(int priority)
Sets the priority for new threads created with this ThreadFactory.
ThreadFactoryBuilder
ThreadFactoryBuilder.setThreadFactory(ThreadFactory backingThreadFactory)
Sets the backing ThreadFactory
for new threads created with this
ThreadFactory.
ThreadFactoryBuilder
ThreadFactoryBuilder.setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler uncaughtExceptionHandler)
Sets the Thread.UncaughtExceptionHandler
for new threads created with this
ThreadFactory.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Copyright © 2010-2012. All Rights Reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy