| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.closure |
TODO.
|
| Modifier and Type | Method and Description |
|---|---|
static GridClosurePolicy |
GridClosurePolicy.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static GridClosurePolicy |
GridClosurePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridClosurePolicy[] |
GridClosurePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<R> GridFuture<R> |
GridClosureProcessor.callLocalSafe(Callable<R> c,
GridClosurePolicy plc)
Companion to
GridClosureProcessor.callLocal(Callable, boolean) but in case of rejected execution re-runs
the closure in the current thread (blocking). |
GridFuture<?> |
GridClosureProcessor.runLocalSafe(Runnable c,
GridClosurePolicy plc)
Companion to
GridClosureProcessor.runLocal(Runnable, boolean) but in case of rejected execution re-runs
the closure in the current thread (blocking). |
Copyright © 2014. All rights reserved.