Class IgniteSpiThread

  • All Implemented Interfaces:
    Runnable

    public abstract class IgniteSpiThread
    extends IgniteThread
    This class provides convenient adapter for threads used by SPIs. This class adds necessary plumbing on top of the IgniteThread class:
    • Proper exception handling in body()
    • Constructor Detail

      • IgniteSpiThread

        protected IgniteSpiThread​(String igniteInstanceName,
                                  String name,
                                  IgniteLogger log)
        Creates thread with given name.
        Parameters:
        igniteInstanceName - Name of grid this thread is created in.
        name - Thread's name.
        log - Grid logger to use.