| Interface | Description |
|---|---|
| Ignite |
Main entry-point for all Ignite APIs.
|
| IgniteAtomicLong |
This interface provides a rich API for working with distributedly cached atomic long value.
|
| IgniteAtomicReference<T> |
This interface provides a rich API for working with distributed atomic reference.
|
| IgniteAtomicSequence |
This interface provides a rich API for working with distributed atomic sequence.
|
| IgniteAtomicStamped<T,S> |
This interface provides a rich API for working with distributed atomic stamped value.
|
| IgniteBinary |
Defines binary objects functionality.
|
| IgniteCache<K,V> |
Main entry point for all Data Grid APIs.
|
| 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. |
| IgniteCompute |
Defines compute grid functionality for executing tasks and closures over nodes
in the
ClusterGroup. |
| IgniteCountDownLatch |
This interface provides a rich API for working with distributed count down latch.
|
| IgniteDataStreamer<K,V> |
Data streamer is responsible for streaming external data into cache.
|
| IgniteEvents |
Provides functionality for local and remote event notifications on nodes defined by
IgniteEvents.clusterGroup(). |
| IgniteFileSystem |
IGnite File System API.
|
| IgniteLogger |
This interface defines basic logging functionality used throughout the system.
|
| IgniteMessaging |
Provides functionality for topic-based message exchange among nodes defined by
IgniteMessaging.clusterGroup(). |
| IgniteQueue<T> |
This interface provides a rich API for working with distributed queues based on In-Memory Data Grid.
|
| IgniteScheduler |
Provides functionality for scheduling jobs locally using UNIX cron-based syntax.
|
| IgniteSemaphore |
This interface provides a rich API for working with distributed semaphore.
|
| IgniteServices |
Defines functionality necessary to deploy distributed services on the grid.
|
| IgniteSet<T> |
Set implementation based on on In-Memory Data Grid.
|
| IgniteTransactions |
Transactions facade provides ACID-compliant semantic when working with caches.
|
| IgnitionListener |
Listener for gird state change notifications.
|
| Class | Description |
|---|---|
| IgniteJdbcDriver |
JDBC driver implementation for In-Memory Data Grid.
|
| IgniteSpring |
Factory methods to start Ignite with optional Spring application context, this context can be injected into
grid tasks and grid jobs using
@SpringApplicationContextResource
annotation. |
| IgniteSpringBean |
Grid Spring bean allows to bypass
Ignition methods. |
| IgniteSystemProperties |
Contains constants for all system properties and environmental variables in Ignite.
|
| Ignition |
This class defines a factory for the main Ignite API.
|
| Enum | Description |
|---|---|
| IgniteState |
Possible states of
Ignition. |
| Exception | Description |
|---|---|
| IgniteAuthenticationException |
Exception that represents authentication failure.
|
| IgniteCheckedException |
General grid exception.
|
| IgniteClientDisconnectedException |
Exception thrown from Ignite API when client node disconnected from cluster.
|
| IgniteDeploymentException |
Deployment or re-deployment failed.
|
| IgniteException |
General grid exception.
|
| IgniteIllegalStateException |
This exception indicates the ignite access in invalid state.
|
| IgniteInterruptedException |
This exception is used to wrap standard
InterruptedException into IgniteException. |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016