Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
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(@NotNull 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.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023