| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.compute.gridify.aop |
Contains common classes for different AOP providers.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteCompute |
IgniteSpringBean.compute()
Gets
compute facade over all cluster nodes started in server mode. |
IgniteCompute |
Ignite.compute()
Gets
compute facade over all cluster nodes started in server mode. |
IgniteCompute |
IgniteSpringBean.compute(ClusterGroup grp)
Gets
compute facade over the specified cluster group. |
IgniteCompute |
Ignite.compute(ClusterGroup grp)
Gets
compute facade over the specified cluster group. |
IgniteCompute |
IgniteCompute.withAsync()
Gets instance of this component with asynchronous mode enabled.
|
IgniteCompute |
IgniteCompute.withName(String taskName)
Sets task name for the next executed task in the current thread.
|
IgniteCompute |
IgniteCompute.withNoFailover()
Sets no-failover flag for the next task executed in the current thread.
|
IgniteCompute |
IgniteCompute.withTimeout(long timeout)
Sets task timeout for the next executed task in the current thread.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
GridifySetToSetAbstractAspect.execute(IgniteCompute compute,
Class<?> cls,
org.apache.ignite.internal.util.gridify.GridifyRangeArgument arg,
GridifyNodeFilter nodeFilter,
int threshold,
int splitSize,
long timeout)
Execute method on grid.
|
protected Object |
GridifySetToValueAbstractAspect.execute(Method mtd,
IgniteCompute compute,
Class<?> cls,
org.apache.ignite.internal.util.gridify.GridifyRangeArgument arg,
GridifyNodeFilter nodeFilter,
int threshold,
int splitSize,
long timeout)
Execute method on grid.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016