| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.binary |
Contains Ignite Binary Objects API classes.
|
| org.apache.ignite.cache |
Contains main Data Grid APIs.
|
| org.apache.ignite.cache.eviction.igfs |
Contains IGFS LRU eviction policy implementations.
|
| org.apache.ignite.cache.hibernate |
Contains implementation of Hibernate L2 cache.
|
| org.apache.ignite.cache.jta |
Contains JTA (Java Transaction API) related public classes and interfaces.
|
| org.apache.ignite.cache.jta.jndi |
Contains JNDI-based transaction manager lookup.
|
| org.apache.ignite.cache.jta.reflect |
Contains reflection-based transaction manager lookup.
|
| org.apache.ignite.cache.store.hibernate |
Contains reference Hibernate-based cache store implementation.
|
| org.apache.ignite.cache.store.jdbc |
Contains reference JDBC-based cache store implementation.
|
| org.apache.ignite.cache.store.spring |
Contains cache store session listener based on Spring transaction management.
|
| org.apache.ignite.cluster |
Contains cluster-related classes.
|
| org.apache.ignite.compute |
Contains Compute Grid functionality.
|
| org.apache.ignite.compute.gridify |
Contains APIs utilized for AOP-based grid-enabling.
|
| org.apache.ignite.compute.gridify.aop |
Contains common classes for different AOP providers.
|
| org.apache.ignite.configuration |
Contains configuration-related classes.
|
| org.apache.ignite.hadoop.fs |
Ignite Hadoop Accelerator file system API.
|
| org.apache.ignite.hadoop.mapreduce |
Ignite Hadoop Accelerator map-reduce classes.
|
| org.apache.ignite.igfs |
Contains IGnite File System APIs.
|
| org.apache.ignite.igfs.mapreduce |
Contains APIs for In-Memory MapReduce over IGFS.
|
| org.apache.ignite.igfs.mapreduce.records |
Contains record resolvers for In-Memory MapReduce over IGFS.
|
| org.apache.ignite.igfs.secondary |
Contains APIs for IGFS secondary file system.
|
| org.apache.ignite.lang |
Contains general language constructs and functional APIs for distributed computations.
|
| org.apache.ignite.lifecycle |
Contains lifecycle-related classes.
|
| org.apache.ignite.logger |
Contains logging functionality used throughout the system.
|
| org.apache.ignite.logger.java |
Contains Java logging implementation for logging.
|
| org.apache.ignite.logger.jcl |
Contains Jakarta commons logging implementation for logging.
|
| org.apache.ignite.logger.log4j |
Contains default Log4j implementation for logging.
|
| org.apache.ignite.logger.log4j2 |
Contains default Log4j2 implementation for logging.
|
| org.apache.ignite.logger.slf4j |
Contains SLF4J implementation for logging.
|
| org.apache.ignite.marshaller |
Contains various supported marshallers.
|
| org.apache.ignite.marshaller.jdk |
Contains JDK java.io based marshaller.
|
| org.apache.ignite.marshaller.optimized |
Contains Optimized marshaller.
|
| org.apache.ignite.messaging |
Contains Topic-based Messaging functionality.
|
| org.apache.ignite.osgi |
Contains OSGi related classes.
|
| org.apache.ignite.plugin |
Contains plugins management API.
|
| org.apache.ignite.plugin.extensions.communication |
Contains extendable components for communication.
|
| org.apache.ignite.plugin.security |
Contains APIs for security, authentication, and authorization.
|
| org.apache.ignite.plugin.segmentation |
Contains segmentation "split-brain" related classes.
|
| org.apache.ignite.scheduler |
Contains Job Scheduling functionality.
|
| org.apache.ignite.spi |
Contains common classes and interfaces for SPI implementations.
|
| org.apache.ignite.spi.communication.tcp |
Contains default TCP/IP-based implementation for communication SPI.
|
| org.apache.ignite.spi.discovery |
Contains APIs for topology manager SPI.
|
| org.apache.ignite.spi.discovery.tcp |
Contains default TCP/IP implementation for discovery SPI.
|
| org.apache.ignite.spi.discovery.tcp.ipfinder |
Contains IP finder interface and adapter.
|
| org.apache.ignite.spi.failover |
Contains APIs for failover SPI.
|
| org.apache.ignite.spi.loadbalancing |
Contains APIs for load balancing SPI.
|
| org.apache.ignite.stream |
Contains Ignite Streamer classes.
|
| org.apache.ignite.stream.camel |
Contains implementation of Camel Streamer.
|
| org.apache.ignite.stream.jms11 |
Contains implementation of JMS queue and topic messages consumer.
|
| org.apache.ignite.stream.mqtt |
Contains implementation of MQTT topic messages consumer.
|
| org.apache.ignite.stream.twitter |
Contains implementation of Twitter Streamer.
|
| org.apache.ignite.transactions |
Contains transaction-related classes.
|
| org.apache.ignite.visor.plugin |
Contains Visor Plugin extension functionality.
|
| Class and 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
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
This interface provides a rich API for working with distributed atomic stamped value.
|
| IgniteBinary
Defines binary objects functionality.
|
| IgniteCache
Main entry point for all Data Grid APIs.
|
| IgniteCheckedException
General grid exception.
|
| 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
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(). |
| IgniteException
General grid exception.
|
| IgniteFileSystem
IGnite File System API.
|
| IgniteIllegalStateException
This exception indicates the ignite access in invalid state.
|
| IgniteInterruptedException
This exception is used to wrap standard
InterruptedException into IgniteException. |
| 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
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
Set implementation based on on In-Memory Data Grid.
|
| IgniteState
Possible states of
Ignition. |
| IgniteTransactions
Transactions facade provides ACID-compliant semantic when working with caches.
|
| IgnitionListener
Listener for gird state change notifications.
|
| Class and Description |
|---|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| Ignite
Main entry-point for all Ignite APIs.
|
| Class and Description |
|---|
| IgniteCheckedException
General grid exception.
|
| Class and Description |
|---|
| Ignite
Main entry-point for all Ignite APIs.
|
| IgniteLogger
This interface defines basic logging functionality used throughout the system.
|
| Class and Description |
|---|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| IgniteCheckedException
General grid exception.
|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| Ignite
Main entry-point for all Ignite APIs.
|
| IgniteCheckedException
General grid exception.
|
| IgniteException
General grid exception.
|
| IgniteLogger
This interface defines basic logging functionality used throughout the system.
|
| Class and Description |
|---|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| Ignite
Main entry-point for all Ignite APIs.
|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| IgniteCheckedException
General grid exception.
|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| IgniteCheckedException
General grid exception.
|
| IgniteCompute
Defines compute grid functionality for executing tasks and closures over nodes
in the
ClusterGroup. |
| Class and Description |
|---|
| IgniteCheckedException
General grid exception.
|
| IgniteLogger
This interface defines basic logging functionality used throughout the system.
|
| Class and Description |
|---|
| IgniteCheckedException
General grid exception.
|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| IgniteCheckedException
General grid exception.
|
| Class and Description |
|---|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| IgniteException
General grid exception.
|
| IgniteFileSystem
IGnite File System API.
|
| Class and Description |
|---|
| IgniteException
General grid exception.
|
| IgniteFileSystem
IGnite File System API.
|
| Class and Description |
|---|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| IgniteLogger
This interface defines basic logging functionality used throughout the system.
|
| Class and Description |
|---|
| IgniteCheckedException
General grid exception.
|
| IgniteLogger
This interface defines basic logging functionality used throughout the system.
|
| Class and Description |
|---|
| IgniteLogger
This interface defines basic logging functionality used throughout the system.
|
| Class and Description |
|---|
| IgniteCheckedException
General grid exception.
|
| IgniteLogger
This interface defines basic logging functionality used throughout the system.
|
| Class and Description |
|---|
| IgniteCheckedException
General grid exception.
|
| IgniteLogger
This interface defines basic logging functionality used throughout the system.
|
| Class and Description |
|---|
| IgniteLogger
This interface defines basic logging functionality used throughout the system.
|
| Class and Description |
|---|
| IgniteCheckedException
General grid exception.
|
| Class and Description |
|---|
| IgniteCheckedException
General grid exception.
|
| Class and Description |
|---|
| IgniteCheckedException
General grid exception.
|
| Class and Description |
|---|
| Ignite
Main entry-point for all Ignite APIs.
|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| Ignite
Main entry-point for all Ignite APIs.
|
| Class and Description |
|---|
| Ignite
Main entry-point for all Ignite APIs.
|
| IgniteCheckedException
General grid exception.
|
| IgniteException
General grid exception.
|
| IgniteLogger
This interface defines basic logging functionality used throughout the system.
|
| Class and Description |
|---|
| IgniteCheckedException
General grid exception.
|
| Class and Description |
|---|
| IgniteCheckedException
General grid exception.
|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| IgniteCheckedException
General grid exception.
|
| Class and Description |
|---|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| Ignite
Main entry-point for all Ignite APIs.
|
| IgniteCheckedException
General grid exception.
|
| IgniteException
General grid exception.
|
| IgniteLogger
This interface defines basic logging functionality used throughout the system.
|
| Class and Description |
|---|
| Ignite
Main entry-point for all Ignite APIs.
|
| IgniteCheckedException
General grid exception.
|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| Ignite
Main entry-point for all Ignite APIs.
|
| IgniteCheckedException
General grid exception.
|
| IgniteException
General grid exception.
|
| IgniteLogger
This interface defines basic logging functionality used throughout the system.
|
| Class and Description |
|---|
| Ignite
Main entry-point for all Ignite APIs.
|
| Class and Description |
|---|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| Ignite
Main entry-point for all Ignite APIs.
|
| IgniteCache
Main entry point for all Data Grid APIs.
|
| IgniteDataStreamer
Data streamer is responsible for streaming external data into cache.
|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| IgniteLogger
This interface defines basic logging functionality used throughout the system.
|
| Class and Description |
|---|
| IgniteException
General grid exception.
|
| Class and Description |
|---|
| IgniteLogger
This interface defines basic logging functionality used throughout the system.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016