Uses of Class
org.tquadrat.foundation.lang.internal.ThreadFactoryBuilderImpl
Packages that use ThreadFactoryBuilderImpl
Package
Description
The internal implementations of some general language extensions provided
by the Foundation Library.
-
Uses of ThreadFactoryBuilderImpl in org.tquadrat.foundation.lang.internal
Methods in org.tquadrat.foundation.lang.internal that return ThreadFactoryBuilderImplModifier and TypeMethodDescriptionfinal ThreadFactoryBuilderImpl
ThreadFactoryBuilderImpl.setContextClassLoader
(ClassLoader contextClassLoader) Sets the context class loader for the new threads created by the new thread factory.final ThreadFactoryBuilderImpl
ThreadFactoryBuilderImpl.setDaemon
(boolean flag) Sets the flag whether the new thread created by the new thread factory should be a daemon thread.final ThreadFactoryBuilderImpl
ThreadFactoryBuilderImpl.setInheritThreadLocals
(boolean flag) Sets the flag that controls whether the new threads, created by the new thread factory, will suppress, or not, the inheriting of initial values for inheritable thread-local variables from the constructing thread.final ThreadFactoryBuilderImpl
ThreadFactoryBuilderImpl.setNameFactory
(IntFunction<String> nameFactory) Sets the factory for the name of the threads created by the new thread factory.final ThreadFactoryBuilderImpl
ThreadFactoryBuilderImpl.setPriority
(int priority) Sets the priority for the new threads created by the new thread factory.final ThreadFactoryBuilderImpl
ThreadFactoryBuilderImpl.setStackSize
(long stackSize) Sets the stack size for the new threads created by the new thread factory.final ThreadFactoryBuilderImpl
ThreadFactoryBuilderImpl.setThreadGroup
(ThreadGroup threadGroup) Sets the thread group for the new threads created by the new thread factory.final ThreadFactoryBuilderImpl
ThreadFactoryBuilderImpl.setUncaughtExceptionHandler
(Thread.UncaughtExceptionHandler uncaughtExceptionHandler) Sets theUncaughtExceptionHandler
for the new threads created by the new thread factory.final ThreadFactoryBuilderImpl
ThreadFactoryBuilderImpl.setVirtual
(boolean flag) Determines whether the threads generated by this thread factory will be virtual threads.