Package org.apache.ignite.spi
Class IgniteSpiThreadFactory
- java.lang.Object
- 
- org.apache.ignite.spi.IgniteSpiThreadFactory
 
- 
- All Implemented Interfaces:
- ThreadFactory
 
 public class IgniteSpiThreadFactory extends Object implements ThreadFactory This class provides implementation ofThreadFactoryfactory for creating grid SPI threads.
- 
- 
Constructor SummaryConstructors Constructor Description IgniteSpiThreadFactory(String igniteInstanceName, String threadName, IgniteLogger log)
 
- 
- 
- 
Constructor Detail- 
IgniteSpiThreadFactorypublic IgniteSpiThreadFactory(String igniteInstanceName, String threadName, IgniteLogger log) - Parameters:
- igniteInstanceName- Ignite instance name, possibly- nullfor default Ignite instance.
- threadName- Name for threads created by this factory.
- log- Grid logger.
 
 
- 
 - 
Method Detail- 
newThreadpublic Thread newThread(Runnable r) - Specified by:
- newThreadin interface- ThreadFactory
 
 
- 
 
-