Package org.apache.ignite.thread
Contains threads-related utility classes.
-
Class Summary Class Description IgniteStripedThreadPoolExecutor AnExecutorService
that executes submitted tasks using pooled grid threads.IgniteThread This class adds some necessary plumbing on top of theThread
class.IgniteThreadFactory This class provides implementation ofThreadFactory
factory for creating grid threads.IgniteThreadPoolExecutor AnExecutorService
that executes submitted tasks using pooled grid threads.OomExceptionHandler OOM exception handler for system threads.SameThreadExecutor