| Package | Description |
|---|---|
| org.apache.ignite.internal.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> IgniteInternalFuture<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). |
IgniteInternalFuture<?> |
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). |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015