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 |
IgniteFileSystem
IGnite File System API.
|
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.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019