public class CustomizableThreadFactory extends Object implements ThreadFactory
| Constructor and Description |
|---|
CustomizableThreadFactory(String threadName,
boolean isDaemon)
Constructs a new instance of customizable thread factory.
|
public CustomizableThreadFactory(String threadName, boolean isDaemon)
threadName - Thread name.isDaemon - Is daemon flag.public Thread newThread(@NotNull @NotNull Runnable r)
newThread in interface ThreadFactory
GridGain In-Memory Computing Platform : ver. 8.9.15 Release Date : December 3 2024