| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.lang |
Contains general language constructs and functional APIs for distributed computations.
|
| org.apache.ignite.transactions |
Contains transaction-related classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IgniteCache<K,V>
Main entry point for all Data Grid APIs.
|
interface |
IgniteCluster
Represents whole cluster (all available nodes) and also provides a handle on
IgniteCluster.nodeLocalMap() which
provides map-like functionality linked to current grid node. |
interface |
IgniteCompute
Defines compute grid functionality for executing tasks and closures over nodes
in the
ClusterGroup. |
interface |
IgniteEvents
Provides functionality for local and remote event notifications on nodes defined by
IgniteEvents.clusterGroup(). |
interface |
IgniteMessaging
Provides functionality for topic-based message exchange among nodes defined by
IgniteMessaging.clusterGroup(). |
interface |
IgniteServices
Defines functionality necessary to deploy distributed services on the grid.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteAsyncSupport |
IgniteAsyncSupport.withAsync()
Deprecated.
since 2.0. Please use new specialized async method
e.g.
IgniteFuture f = cache.getAsync();
instead of old-style async API:
IgniteCache asyncCache = cache.withAsync();
asyncCache.get(key);
IgniteFuture fut = asyncCache.future();
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Transaction
Ignite cache transaction.
|
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025