| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.job |
TODO.
|
| org.gridgain.grid.thread |
Contains threads-related utility classes.
|
| org.gridgain.grid.util |
System-wide utility routine and helper classes.
|
| org.gridgain.grid.util.worker |
Common utility classes for threads.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridJobWorker
Job worker.
|
| Constructor and Description |
|---|
GridThread(GridWorker worker)
Creates thread with given worker.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GridUtils.cancel(GridWorker w)
Cancels given runnable.
|
static void |
GridUtils.join(GridWorker w)
Joins worker.
|
static boolean |
GridUtils.join(GridWorker w,
GridLogger log)
Joins runnable.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GridUtils.cancel(Iterable<? extends GridWorker> ws)
Cancels collection of runnables.
|
static boolean |
GridUtils.join(Iterable<? extends GridWorker> ws,
GridLogger 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) |
Copyright © 2014. All rights reserved.