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.query |
Contains APIs for creating and executing cache queries.
|
org.apache.ignite.cache.store.cassandra.common |
Contains commonly used helper classes
|
org.apache.ignite.cache.store.cassandra.datasource |
Contains data source implementation
|
org.apache.ignite.cache.store.cassandra.session |
Contains classes responsible for handling sessions and communication with Cassandra
|
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.failure |
Contains Failure handling public API with standard FailureHandler implementations.
|
org.apache.ignite.hadoop |
Contains Hadoop Accelerator APIs.
|
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.hadoop.planner |
Ignite Hadoop Accelerator planner classes.
|
org.apache.ignite.hadoop.util |
Ignite Hadoop Accelerator utility 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 base on local file system.
|
org.apache.ignite.igfs.secondary.local |
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.messaging |
Contains Topic-based Messaging functionality.
|
org.apache.ignite.ml |
Root ML package.
|
org.apache.ignite.ml.dataset |
Base package for machine learning dataset classes.
|
org.apache.ignite.ml.dataset.impl.cache |
Base package for cache based implementation of machine learning dataset.
|
org.apache.ignite.ml.dataset.impl.cache.util |
Contains util classes used in cache based implementation of dataset.
|
org.apache.ignite.ml.environment.logging |
Package contains several logging strategy realisations.
|
org.apache.ignite.ml.genetic |
Root GA package (GA Grid)
|
org.apache.ignite.ml.genetic.utils |
Contains utils for GA Grid
|
org.apache.ignite.ml.math |
Contains main APIs for matrix/vector algebra.
|
org.apache.ignite.ml.math.exceptions |
Contains exceptions for distributed code algebra.
|
org.apache.ignite.ml.math.exceptions.knn |
Contains exceptions for kNN algorithms.
|
org.apache.ignite.ml.math.exceptions.preprocessing |
Contains exceptions for preprocessing.
|
org.apache.ignite.ml.pipeline |
Contains Pipeline API.
|
org.apache.ignite.ml.preprocessing |
Base package for machine learning preprocessing classes.
|
org.apache.ignite.ml.selection.cv |
Root package for cross-validation algorithms.
|
org.apache.ignite.ml.selection.scoring.cursor |
Util classes used for score calculation.
|
org.apache.ignite.ml.selection.scoring.evaluator |
Package for model evaluator classes.
|
org.apache.ignite.ml.trainers |
Contains model trainers.
|
org.apache.ignite.mxbean |
Contains annotations for Dynamic MBeans.
|
org.apache.ignite.osgi |
Contains OSGi related classes.
|
org.apache.ignite.platform.dotnet |
Contains .Net platform-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.services |
Contains main Managed Services APIs.
|
org.apache.ignite.sink.flink |
IgniteSink -- streaming connector integration with Apache Flink.
|
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.encryption |
Contains APIs for encryption SPI.
|
org.apache.ignite.spi.encryption.keystore |
Contains encryption SPI implementation based on standard jdk keystore.
|
org.apache.ignite.spi.encryption.noop |
Contains no-op encryption SPI implementation.
|
org.apache.ignite.spi.failover |
Contains APIs for failover SPI.
|
org.apache.ignite.spi.loadbalancing |
Contains APIs for load balancing SPI.
|
org.apache.ignite.springdata.repository.query |
Package includes classes that integrates with Apache Ignite SQL engine.
|
org.apache.ignite.springdata.repository.support |
Package contains supporting files required by Spring Data framework.
|
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.kafka.connect |
Contains implementation of Kafka Streamer Connector.
|
org.apache.ignite.stream.mqtt |
Contains implementation of MQTT topic messages consumer.
|
org.apache.ignite.stream.storm |
StormStreamer -- integration with Apache Storm.
|
org.apache.ignite.stream.twitter |
Contains implementation of Twitter Streamer.
|
org.apache.ignite.stream.zeromq |
Contains implementation of ZeroMQ Streamer.
|
org.apache.ignite.tensorflow.cluster |
TensorFlow integration API that allows to start and maintain TensorFlow cluster using infrastructure tools from
package
org.apache.ignite.tensorflow.core . |
org.apache.ignite.tensorflow.cluster.spec |
Contains specifications that describes TensorFlow cluster configuration.
|
org.apache.ignite.tensorflow.cluster.tfrunning |
Additional "running" layer on top of Python running layer of infrastructure.
|
org.apache.ignite.tensorflow.cluster.util |
Util components that are used in TensorFlow cluster package.
|
org.apache.ignite.tensorflow.core.longrunning |
The part of TensorFlow integration infrastructure that allows to start and maintain abstract long-running processes.
|
org.apache.ignite.tensorflow.core.nativerunning |
The part of TensorFlow integration infrastructure that allows to start and maintain abstract native processes.
|
org.apache.ignite.tensorflow.core.util |
Util classes used in other
org.apache.ignite.tensorflow.core classes. |
org.apache.ignite.tensorflow.submitter.command |
This package contains commands that command line tool provides.
|
org.apache.ignite.transactions |
Contains transaction-related classes.
|
org.apache.ignite.visor.plugin |
Contains Visor Plugin extension functionality.
|
Class and Description |
---|
DataRegionMetrics
This interface provides page memory related metrics of a specific Apache Ignite node.
|
DataRegionMetricsAdapter
Converter class from
DataRegionMetrics to legacy MemoryMetrics . |
DataStorageMetrics
Data storage metrics are used to obtain statistics on persistent store and whole data storage.
|
DataStorageMetricsAdapter
Converter class from
DataStorageMetrics to legacy PersistenceMetrics . |
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 . |
IgniteCondition
This interface provides a rich API for working with condition objects
associated with distributed reentrant locks.
|
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.
|
IgniteDataStreamerTimeoutException
Exception is thrown when timeout of some
IgniteDataStreamer operations occurs. |
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 . |
IgniteLock
This interface provides a rich API for working with distributed reentrant locks.
|
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.
|
MemoryMetrics
Deprecated.
Use
DataRegionMetrics instead. |
PersistenceMetrics
Deprecated.
Use
DataStorageMetrics instead. |
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.
|
IgniteCheckedException
General grid exception.
|
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.
|
Class and Description |
---|
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 |
---|
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 |
---|
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 |
---|
Ignite
Main entry-point for all Ignite APIs.
|
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 |
---|
Ignite
Main entry-point for all Ignite APIs.
|
IgniteCheckedException
General grid exception.
|
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.
|
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 |
---|
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 |
---|
Ignite
Main entry-point for all Ignite APIs.
|
IgniteException
General grid exception.
|
Class and Description |
---|
IgniteLogger
This interface defines basic logging functionality used throughout the system.
|
Class and Description |
---|
Ignite
Main entry-point for all Ignite APIs.
|
IgniteCache
Main entry point for all Data Grid APIs.
|
Class and Description |
---|
Ignite
Main entry-point for all Ignite APIs.
|
IgniteCache
Main entry point for all Data Grid APIs.
|
Class and Description |
---|
Ignite
Main entry-point for all Ignite APIs.
|
Class and Description |
---|
IgniteLogger
This interface defines basic logging functionality used throughout the system.
|
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 |
---|
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 |
---|
Ignite
Main entry-point for all Ignite APIs.
|
IgniteCache
Main entry point for all Data Grid APIs.
|
Class and Description |
---|
Ignite
Main entry-point for all Ignite APIs.
|
IgniteCache
Main entry point for all Data Grid APIs.
|
Class and Description |
---|
Ignite
Main entry-point for all Ignite APIs.
|
IgniteCache
Main entry point for all Data Grid APIs.
|
Class and Description |
---|
IgniteCache
Main entry point for all Data Grid APIs.
|
Class and Description |
---|
IgniteCache
Main entry point for all Data Grid APIs.
|
Class and Description |
---|
Ignite
Main entry-point for all Ignite APIs.
|
IgniteCache
Main entry point for all Data Grid APIs.
|
Class and Description |
---|
DataRegionMetrics
This interface provides page memory related metrics of a specific Apache Ignite node.
|
DataStorageMetrics
Data storage metrics are used to obtain statistics on persistent store and whole data storage.
|
MemoryMetrics
Deprecated.
Use
DataRegionMetrics instead. |
PersistenceMetrics
Deprecated.
Use
DataStorageMetrics instead. |
Class and Description |
---|
Ignite
Main entry-point for all Ignite APIs.
|
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 |
---|
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 |
---|
IgniteException
General grid exception.
|
Class and Description |
---|
Ignite
Main entry-point for all Ignite APIs.
|
IgniteDataStreamer
Data streamer is responsible for streaming external data into cache.
|
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 |
---|
Ignite
Main entry-point for all Ignite APIs.
|
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 |
---|
IgniteException
General grid exception.
|
Class and Description |
---|
IgniteException
General grid exception.
|
Class and Description |
---|
IgniteCache
Main entry point for all Data Grid APIs.
|
Class and Description |
---|
Ignite
Main entry-point for all Ignite APIs.
|
IgniteCache
Main entry point for all Data Grid APIs.
|
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 |
---|
Ignite
Main entry-point for all Ignite APIs.
|
IgniteDataStreamer
Data streamer is responsible for streaming external data into cache.
|
Class and Description |
---|
IgniteException
General grid exception.
|
Class and Description |
---|
Ignite
Main entry-point for all Ignite APIs.
|
IgniteDataStreamer
Data streamer is responsible for streaming external data into cache.
|
IgniteException
General grid exception.
|
Class and Description |
---|
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 |
---|
Ignite
Main entry-point for all Ignite APIs.
|
Class and Description |
---|
Ignite
Main entry-point for all Ignite APIs.
|
Class and Description |
---|
Ignite
Main entry-point for all Ignite APIs.
|
Class and Description |
---|
Ignite
Main entry-point for all Ignite APIs.
|
Class and Description |
---|
Ignite
Main entry-point for all Ignite APIs.
|
Class and Description |
---|
Ignite
Main entry-point for all Ignite APIs.
|
Class and Description |
---|
Ignite
Main entry-point for all Ignite APIs.
|
Class and Description |
---|
Ignite
Main entry-point for all Ignite APIs.
|
Class and Description |
---|
IgniteException
General grid exception.
|
Class and Description |
---|
IgniteLogger
This interface defines basic logging functionality used throughout the system.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019