Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.cache |
Contains main Data Grid APIs.
|
org.apache.ignite.cache.affinity.rendezvous |
Contains HRW-based cache affinity for partitioned cache.
|
org.apache.ignite.cache.hibernate |
Contains implementation of Hibernate L2 cache.
|
org.apache.ignite.cache.query |
Contains APIs for creating and executing cache queries.
|
org.apache.ignite.cache.store |
Contains cache store interfaces.
|
org.apache.ignite.cache.store.cassandra |
Contains
CacheStore implementation backed by Cassandra database |
org.apache.ignite.cache.store.cassandra.session |
Contains classes responsible for handling sessions and communication with Cassandra
|
org.apache.ignite.cache.store.jdbc |
Contains reference JDBC-based cache store implementation.
|
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.configuration |
Contains configuration-related classes.
|
org.apache.ignite.events |
Contains Event Subscription functionality together with various events emitted by Ignite.
|
org.apache.ignite.igfs |
Contains IGnite File System APIs.
|
org.apache.ignite.lang |
Contains general language constructs and functional APIs for distributed computations.
|
org.apache.ignite.logger.log4j |
Contains default Log4j 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.composition.boosting |
Contains Gradient Boosting regression and classification abstract classes
allowing regressor type selecting in child classes.
|
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.dataset.impl.local |
Base package for local implementation of machine learning dataset.
|
org.apache.ignite.ml.math.functions |
Contains serializable functions for distributed code algebra.
|
org.apache.ignite.ml.math.primitives.matrix |
Contains matrix related classes.
|
org.apache.ignite.ml.math.primitives.vector |
Contains vector related classes.
|
org.apache.ignite.ml.math.primitives.vector.impl |
Contains several vector implementations.
|
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.selection.split |
Root package for dataset splitters and cross validation.
|
org.apache.ignite.ml.trainers |
Contains model trainers.
|
org.apache.ignite.ml.tree.randomforest.data |
Package contains helper data structures for random forest implementation.
|
org.apache.ignite.plugin.extensions.communication |
Contains extendable components for communication.
|
org.apache.ignite.plugin.platform |
Contains platform plugins management API.
|
org.apache.ignite.scheduler |
Contains Job Scheduling functionality.
|
org.apache.ignite.services |
Contains main Managed Services APIs.
|
org.apache.ignite.spi |
Contains common classes and interfaces for SPI implementations.
|
org.apache.ignite.spi.communication |
Contains APIs for grid communication SPI.
|
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.zk |
Contains Zookeeper Discovery Spi classes and interfaces.
|
org.apache.ignite.spi.eventstorage |
Contains APIs for event storage SPI.
|
org.apache.ignite.spi.eventstorage.memory |
Contains default in-memory implementation for event storage SPI.
|
org.apache.ignite.startup |
Contains Ignite runtime startup classes.
|
org.apache.ignite.stream |
Contains Ignite Streamer classes.
|
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.core.longrunning |
The part of TensorFlow integration infrastructure that allows to start and maintain abstract long-running processes.
|
org.apache.ignite.tensorflow.core.longrunning.task |
Contains long-running process tasks that encapsulates the logic of starting, pinging and stopping a long-running
process.
|
org.apache.ignite.tensorflow.core.nativerunning.task |
Contains native process task that encapsulates the logic of starting native process.
|
org.apache.ignite.transactions |
Contains transaction-related classes.
|
Class and Description |
---|
IgniteAsyncSupport
Deprecated.
since 2.0. Please use specialized asynchronous methods.
|
IgniteAsyncSupported
Deprecated.
since 2.0. Please use specialized asynchronous methods.
|
IgniteBiPredicate
Defines a predicate which accepts two parameters and returns
true or false . |
IgniteBiTuple
Convenience class representing mutable tuple of two values.
|
IgniteCallable
Grid-aware adapter for
Callable implementations. |
IgniteClosure
Defines generic closure with one parameter.
|
IgniteFuture
Future with simplified exception handling, functional programming support
and ability to listen for future completion via functional callback.
|
IgnitePredicate
Defines a predicate which accepts a parameter and returns
true or false . |
IgniteProductVersion
Represents node version.
|
IgniteReducer
Defines generic reducer that collects multiple values and reduces them into one.
|
IgniteRunnable
Grid-aware adapter for
Runnable implementations. |
IgniteUuid
This is a faster performing version of
UUID . |
Class and Description |
---|
IgniteBiTuple
Convenience class representing mutable tuple of two values.
|
Class and Description |
---|
IgniteBiPredicate
Defines a predicate which accepts two parameters and returns
true or false . |
Class and Description |
---|
IgniteBiPredicate
Defines a predicate which accepts two parameters and returns
true or false . |
Class and Description |
---|
IgniteBiPredicate
Defines a predicate which accepts two parameters and returns
true or false . |
IgniteClosure
Defines generic closure with one parameter.
|
Class and Description |
---|
IgniteBiInClosure
Closure with two in-parameters and void return type.
|
IgniteBiTuple
Convenience class representing mutable tuple of two values.
|
Class and Description |
---|
IgniteBiInClosure
Closure with two in-parameters and void return type.
|
Class and Description |
---|
IgniteBiInClosure
Closure with two in-parameters and void return type.
|
Class and Description |
---|
IgniteBiInClosure
Closure with two in-parameters and void return type.
|
Class and Description |
---|
IgniteFuture
Future with simplified exception handling, functional programming support
and ability to listen for future completion via functional callback.
|
IgnitePredicate
Defines a predicate which accepts a parameter and returns
true or false . |
IgniteProductVersion
Represents node version.
|
Class and Description |
---|
IgniteFuture
Future with simplified exception handling, functional programming support
and ability to listen for future completion via functional callback.
|
IgniteUuid
This is a faster performing version of
UUID . |
Class and Description |
---|
IgniteBiPredicate
Defines a predicate which accepts two parameters and returns
true or false . |
Class and Description |
---|
IgniteInClosure
Closure with one in-parameter and void return type.
|
IgnitePredicate
Defines a predicate which accepts a parameter and returns
true or false . |
Class and Description |
---|
IgniteBiPredicate
Defines a predicate which accepts two parameters and returns
true or false . |
IgniteUuid
This is a faster performing version of
UUID . |
Class and Description |
---|
IgniteOutClosure
Closure that does not take any parameters and returns a value.
|
Class and Description |
---|
IgniteAsyncSupport
Deprecated.
since 2.0. Please use specialized asynchronous methods.
|
IgniteBiTuple
Convenience class representing mutable tuple of two values.
|
IgniteClosure
Defines generic closure with one parameter.
|
IgniteFuture
Future with simplified exception handling, functional programming support
and ability to listen for future completion via functional callback.
|
IgniteInClosure
Closure with one in-parameter and void return type.
|
IgniteProductVersion
Represents node version.
|
IgniteUuid
This is a faster performing version of
UUID . |
Class and Description |
---|
IgniteClosure
Defines generic closure with one parameter.
|
Class and Description |
---|
IgnitePredicate
Defines a predicate which accepts a parameter and returns
true or false . |
IgniteProductVersion
Represents node version.
|
Class and Description |
---|
IgnitePredicate
Defines a predicate which accepts a parameter and returns
true or false . |
Class and Description |
---|
IgniteBiPredicate
Defines a predicate which accepts two parameters and returns
true or false . |
Class and Description |
---|
IgniteBiTuple
Convenience class representing mutable tuple of two values.
|
Class and Description |
---|
IgniteBiPredicate
Defines a predicate which accepts two parameters and returns
true or false . |
Class and Description |
---|
IgniteBiPredicate
Defines a predicate which accepts two parameters and returns
true or false . |
Class and Description |
---|
IgniteBiPredicate
Defines a predicate which accepts two parameters and returns
true or false . |
Class and Description |
---|
IgniteBiPredicate
Defines a predicate which accepts two parameters and returns
true or false . |
Class and Description |
---|
IgniteBiTuple
Convenience class representing mutable tuple of two values.
|
Class and Description |
---|
IgniteUuid
This is a faster performing version of
UUID . |
Class and Description |
---|
IgniteUuid
This is a faster performing version of
UUID . |
Class and Description |
---|
IgniteUuid
This is a faster performing version of
UUID . |
Class and Description |
---|
IgniteBiPredicate
Defines a predicate which accepts two parameters and returns
true or false . |
Class and Description |
---|
IgniteBiPredicate
Defines a predicate which accepts two parameters and returns
true or false . |
Class and Description |
---|
IgniteBiPredicate
Defines a predicate which accepts two parameters and returns
true or false . |
Class and Description |
---|
IgniteBiPredicate
Defines a predicate which accepts two parameters and returns
true or false . |
Class and Description |
---|
IgniteBiPredicate
Defines a predicate which accepts two parameters and returns
true or false . |
Class and Description |
---|
IgniteBiTuple
Convenience class representing mutable tuple of two values.
|
Class and Description |
---|
IgniteUuid
This is a faster performing version of
UUID . |
Class and Description |
---|
IgniteBiInClosure
Closure with two in-parameters and void return type.
|
Class and Description |
---|
IgniteFuture
Future with simplified exception handling, functional programming support
and ability to listen for future completion via functional callback.
|
Class and Description |
---|
IgnitePredicate
Defines a predicate which accepts a parameter and returns
true or false . |
Class and Description |
---|
IgniteBiPredicate
Defines a predicate which accepts two parameters and returns
true or false . |
IgniteFuture
Future with simplified exception handling, functional programming support
and ability to listen for future completion via functional callback.
|
IgniteUuid
This is a faster performing version of
UUID . |
Class and Description |
---|
IgniteRunnable
Grid-aware adapter for
Runnable implementations. |
Class and Description |
---|
IgniteFuture
Future with simplified exception handling, functional programming support
and ability to listen for future completion via functional callback.
|
IgniteInClosure
Closure with one in-parameter and void return type.
|
IgniteRunnable
Grid-aware adapter for
Runnable implementations. |
Class and Description |
---|
IgniteFuture
Future with simplified exception handling, functional programming support
and ability to listen for future completion via functional callback.
|
IgniteProductVersion
Represents node version.
|
Class and Description |
---|
IgniteInClosure
Closure with one in-parameter and void return type.
|
IgniteProductVersion
Represents node version.
|
Class and Description |
---|
IgniteProductVersion
Represents node version.
|
Class and Description |
---|
IgnitePredicate
Defines a predicate which accepts a parameter and returns
true or false . |
Class and Description |
---|
IgnitePredicate
Defines a predicate which accepts a parameter and returns
true or false . |
Class and Description |
---|
IgniteInClosure
Closure with one in-parameter and void return type.
|
Class and Description |
---|
IgniteBiInClosure
Closure with two in-parameters and void return type.
|
Class and Description |
---|
IgniteBiPredicate
Defines a predicate which accepts two parameters and returns
true or false . |
Class and Description |
---|
IgniteRunnable
Grid-aware adapter for
Runnable implementations. |
Class and Description |
---|
IgniteCallable
Grid-aware adapter for
Callable implementations. |
Class and Description |
---|
IgniteRunnable
Grid-aware adapter for
Runnable implementations. |
Class and Description |
---|
IgniteAsyncSupport
Deprecated.
since 2.0. Please use specialized asynchronous methods.
|
IgniteAsyncSupported
Deprecated.
since 2.0. Please use specialized asynchronous methods.
|
IgniteFuture
Future with simplified exception handling, functional programming support
and ability to listen for future completion via functional callback.
|
IgniteUuid
This is a faster performing version of
UUID . |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019