tree: 7dccee8776426cd9353384126d8622181b96b75e [path history] [tgz]
  1. src/
  2. build.gradle
  3. README.md
modules/workers/README.md

Ignite workers module

This module provides infrastructure for workers used internally by Ignite.

A worker is a component that does some work. It executes on a thread; in some cases we can even represent an important thread as a worker.

We might want to monitor whether a worker is stuck (because some operation blocks it for a long period of time). CriticalWorkerRegistry allows CriticalWorker instances to be registered with it to be monitored.