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.
|
IgniteCache<K,V> |
Main entry point for all Data Grid APIs.
|
IgniteCluster |
GridCluster 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.
|
IgniteDataLoader<K,V> |
Data loader is responsible for loading external data into cache.
|
IgniteDataLoader.Updater<K,V> |
Updates cache with batch of entries.
|
IgniteEvents |
Provides functionality for local and remote event notifications on nodes defined by
IgniteEvents.clusterGroup() . |
IgniteFs |
GridGain 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.
|
IgniteServices |
Defines functionality necessary to deploy distributed services on the grid.
|
IgniteSet<T> |
Set implementation based on on In-Memory Data Grid.
|
IgniteStreamer |
Streamer interface.
|
IgniteTransactions |
Transactions facade.
|
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
@IgniteSpringApplicationContextResource
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.
|
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
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015