Uses of Interface
java.lang.Thread.Builder.OfPlatform
Package
Description
Provides classes that are fundamental to the design of the Java
programming language.
-
Uses of Thread.Builder.OfPlatform in java.lang
Modifier and TypeMethodDescriptiondefault Thread.Builder.OfPlatform
Thread.Builder.OfPlatform.daemon()
Sets the daemon status totrue
.Thread.Builder.OfPlatform.daemon
(boolean on) Sets the daemon status.Thread.Builder.OfPlatform.group
(ThreadGroup group) Sets the thread group.Thread.Builder.OfPlatform.inheritInheritableThreadLocals
(boolean inherit) static Thread.Builder.OfPlatform
Thread.ofPlatform()
Returns a builder for creating a platformThread
orThreadFactory
that creates platform threads.Thread.Builder.OfPlatform.priority
(int priority) Sets the thread priority.Thread.Builder.OfPlatform.stackSize
(long stackSize) Sets the desired stack size.Thread.Builder.OfPlatform.uncaughtExceptionHandler
(Thread.UncaughtExceptionHandler ueh)