public class IgniteThreadFactory extends Object implements ThreadFactory
ThreadFactory
factory
for creating grid threads.Constructor and Description |
---|
IgniteThreadFactory(String igniteInstanceName,
String threadName)
Constructs new thread factory for given grid.
|
IgniteThreadFactory(String igniteInstanceName,
String threadName,
byte plc,
Thread.UncaughtExceptionHandler eHnd)
Constructs new thread factory for given grid.
|
IgniteThreadFactory(String igniteInstanceName,
String threadName,
Thread.UncaughtExceptionHandler eHnd)
Constructs new thread factory for given grid.
|
public IgniteThreadFactory(String igniteInstanceName, String threadName)
igniteInstanceName
- Ignite instance name.threadName
- Thread name.public IgniteThreadFactory(String igniteInstanceName, String threadName, Thread.UncaughtExceptionHandler eHnd)
igniteInstanceName
- Ignite instance name.threadName
- Thread name.eHnd
- Uncaught exception handler.public IgniteThreadFactory(String igniteInstanceName, String threadName, byte plc, Thread.UncaughtExceptionHandler eHnd)
igniteInstanceName
- Ignite instance name.threadName
- Thread name.plc
- GridIoPolicy
for thread pool.eHnd
- Uncaught exception handler.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019