Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.client |
Contains Ignite Thin Client API classes.
|
Modifier and Type | Method and Description |
---|---|
ClientCompute |
IgniteClientSpringBean.compute()
Gets compute facade over all cluster nodes started in server mode.
|
ClientCompute |
IgniteClientSpringBean.compute(ClientClusterGroup grp)
Gets compute facade over the specified cluster group.
|
Modifier and Type | Method and Description |
---|---|
ClientCompute |
IgniteClient.compute()
Gets compute facade over all cluster nodes started in server mode.
|
ClientCompute |
IgniteClient.compute(ClientClusterGroup grp)
Gets compute facade over the specified cluster group.
|
ClientCompute |
ClientCompute.withNoFailover()
Sets no-failover flag for tasks executed by returned
ClientCompute instance. |
ClientCompute |
ClientCompute.withNoResultCache()
Disables result caching for tasks executed by returned
ClientCompute instance. |
ClientCompute |
ClientCompute.withTimeout(long timeout)
Sets timeout for tasks executed by returned
ClientCompute instance. |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023