public class IgniteSpiThreadFactory extends Object implements ThreadFactory
ThreadFactory
factory
for creating grid SPI threads.Constructor and Description |
---|
IgniteSpiThreadFactory(String igniteInstanceName,
String threadName,
IgniteLogger log) |
public IgniteSpiThreadFactory(String igniteInstanceName, String threadName, IgniteLogger log)
igniteInstanceName
- Ignite instance name, possibly null
for default Ignite instance.threadName
- Name for threads created by this factory.log
- Grid logger.public Thread newThread(Runnable r)
newThread
in interface ThreadFactory
| Follow @ApacheIgnite | ||||
|