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()
Deprecated.
|
IgniteCompute |
IgniteCompute.withExecutor(String name)
Gets instance of the compute API associated with custom executor.
|
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.withNoResultCache()
Disables caching for the next executed task 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.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024