| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.cluster | |
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.processors.cache.transactions | |
| org.apache.ignite.internal.processors.igfs |
Contains high performance file system processer.
|
| 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 | Class and Description |
|---|---|
class |
AsyncSupportAdapter<T extends IgniteAsyncSupport>
Adapter for
IgniteAsyncSupport. |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncSupportAdapter<T extends IgniteAsyncSupport>
Adapter for
IgniteAsyncSupport. |
class |
IgniteComputeImpl
IgniteCompute implementation. |
class |
IgniteEventsImpl
IgniteEvents implementation. |
class |
IgniteMessagingImpl
IgniteMessaging implementation. |
class |
IgniteServicesImpl
IgniteCompute implementation. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IgniteClusterEx |
| Modifier and Type | Class and Description |
|---|---|
class |
IgniteClusterAsyncImpl |
class |
IgniteClusterImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
IgniteCacheProxy<K,V>
Cache proxy.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TransactionProxy
Marker interface for transaction proxy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionProxyImpl<K,V>
Cache transaction proxy.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteAsyncSupport |
TransactionProxyImpl.withAsync()
Gets instance of this component with asynchronous mode enabled.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IgfsEx
Internal API extension for
IgniteFileSystem. |
| Modifier and Type | Class and Description |
|---|---|
class |
IgfsAsyncImpl
Igfs supporting asynchronous operations.
|
class |
IgfsImpl
Cache-based IGFS implementation.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteAsyncSupport |
IgniteAsyncSupport.withAsync()
Gets instance of this component with asynchronous mode enabled.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Transaction
Grid cache transaction.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.1.0-incubating Release Date : May 20 2015