Package org.apache.ignite.internal.util.worker
Common utility classes for threads.
-
Interface Summary Interface Description GridWorkerListener This interface defines worker listener.WorkProgressDispatcher Dispatcher of workers' progress which allows us to understand if worker freezes. -
Class Summary Class Description CycleThread Thread wrapper for standart cycle operations.GridWorker Extension to standardRunnableinterface.GridWorkerFuture<T> Future for locally executed closure that defines cancellation logic.GridWorkerListenerAdapter Convenience adapter forGridWorkerListener.GridWorkerPool Pool of runnable workers.