| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.job |
TODO.
|
| org.apache.ignite.internal.util |
System-wide utility routine and helper classes.
|
| org.apache.ignite.internal.util.worker |
Common utility classes for threads.
|
| org.apache.ignite.thread |
Contains threads-related utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridJobWorker
Job worker.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
IgniteUtils.cancel(GridWorker w)
Cancels given runnable.
|
static void |
IgniteUtils.join(GridWorker w)
Joins worker.
|
static boolean |
IgniteUtils.join(GridWorker w,
IgniteLogger log)
Joins runnable.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
IgniteUtils.cancel(Iterable<? extends GridWorker> ws)
Cancels collection of runnables.
|
static boolean |
IgniteUtils.join(Iterable<? extends GridWorker> ws,
IgniteLogger log)
Joins given collection of runnables.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridWorkerPool.execute(GridWorker w)
Schedules runnable task for execution.
|
void |
GridWorkerListenerAdapter.onStarted(GridWorker w) |
void |
GridWorkerListener.onStarted(GridWorker w) |
void |
GridWorkerListenerAdapter.onStopped(GridWorker w) |
void |
GridWorkerListener.onStopped(GridWorker w) |
void |
GridWorkerFuture.setWorker(GridWorker w) |
| Constructor and Description |
|---|
IgniteThread(GridWorker worker)
Creates thread with given worker.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.9.0 Release Date : March 2 2017