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.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.maintenance |
Package contains public interfaces for maintenance mechanism.
|
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.composition.combinators.sequential |
Contains sequential combinators of trainers and models.
|
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.inference.storage.descriptor |
Root package for inference model descriptor storages.
|
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.sql |
Contains util classes that help to work with machine learning models in SQL and train models on data from SQL tables.
|
org.apache.ignite.ml.trainers |
Contains model trainers.
|
org.apache.ignite.ml.util.generators |
Contains utility classes for data streams generation.
|
org.apache.ignite.ml.util.generators.primitives.vector |
Contains generators of pseudo-random vectors in according to specific disctribution.
|
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.isolated |
Contains implementation of special "isolated" mode for single-node cluster.
|
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.spi.systemview.view |
Contains system view implementations.
|
org.apache.ignite.spi.systemview.view.datastructures | |
org.apache.ignite.spi.tracing |
Contains common classes and interfaces for tracing SPI implementations.
|
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.
|
org.gridgain.grid |
Contains base API classes.
|
org.gridgain.grid.cache.compress |
Contains cache entry compression Zstandard-based implementation.
|
org.gridgain.grid.cache.dr |
Contains cache data center replication API classes.
|
org.gridgain.grid.cache.store.local |
Contains cache file local store API classes.
|
org.gridgain.grid.dr.store |
Contains data center replication store API classes.
|
org.gridgain.grid.dr.store.fs |
Contains data center replication file system store API classes.
|
org.gridgain.grid.dr.store.memory |
Contains data center replication in-memory store API classes.
|
org.gridgain.grid.persistentstore |
Contains base GridGain database interfaces.
|
org.gridgain.grid.persistentstore.snapshot.file |
Contains base GridGain database snapshot SPI file implementation.
|
org.gridgain.grid.ru |
This package contains classes related to Rolling Upgrade process.
|
org.gridgain.grid.security.certificate |
Contains X.509 Certificate Authenticator classes.
|
Class and Description |
---|
IgniteAsyncSupport
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.
|
IgniteExperimental
This annotation marks API elements (such as interfaces, methods, annotations and whole API packages) as experimental
meaning that the API is not finalized yet and may be changed or replaced in future Ignite releases.
|
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.
|
IgniteExperimental
This annotation marks API elements (such as interfaces, methods, annotations and whole API packages) as experimental
meaning that the API is not finalized yet and may be changed or replaced in future Ignite releases.
|
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.
|
IgniteExperimental
This annotation marks API elements (such as interfaces, methods, annotations and whole API packages) as experimental
meaning that the API is not finalized yet and may be changed or replaced in future Ignite releases.
|
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 |
---|
IgniteExperimental
This annotation marks API elements (such as interfaces, methods, annotations and whole API packages) as experimental
meaning that the API is not finalized yet and may be changed or replaced in future Ignite releases.
|
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 |
---|
IgniteAsyncSupport
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.
|
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 |
---|
IgniteExperimental
This annotation marks API elements (such as interfaces, methods, annotations and whole API packages) as experimental
meaning that the API is not finalized yet and may be changed or replaced in future Ignite releases.
|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
IgnitePredicate
Defines a predicate which accepts a parameter and returns
true or false . |
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 |
---|
IgniteExperimental
This annotation marks API elements (such as interfaces, methods, annotations and whole API packages) as experimental
meaning that the API is not finalized yet and may be changed or replaced in future Ignite releases.
|
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 . |
IgniteExperimental
This annotation marks API elements (such as interfaces, methods, annotations and whole API packages) as experimental
meaning that the API is not finalized yet and may be changed or replaced in future Ignite releases.
|
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 |
---|
IgniteExperimental
This annotation marks API elements (such as interfaces, methods, annotations and whole API packages) as experimental
meaning that the API is not finalized yet and may be changed or replaced in future Ignite releases.
|
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 |
---|
IgnitePredicate
Defines a predicate which accepts a parameter and returns
true or false . |
IgniteProductVersion
Represents node version.
|
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 . |
IgniteProductVersion
Represents node version.
|
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 |
---|
IgnitePredicate
Defines a predicate which accepts a parameter and returns
true or false . |
Class and Description |
---|
IgniteBiTuple
Convenience class representing mutable tuple of two values.
|
IgniteUuid
This is a faster performing version of
UUID . |
Class and Description |
---|
IgniteUuid
This is a faster performing version of
UUID . |
Class and Description |
---|
IgniteExperimental
This annotation marks API elements (such as interfaces, methods, annotations and whole API packages) as experimental
meaning that the API is not finalized yet and may be changed or replaced in future Ignite releases.
|
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.
|
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 |
---|
IgniteExperimental
This annotation marks API elements (such as interfaces, methods, annotations and whole API packages) as experimental
meaning that the API is not finalized yet and may be changed or replaced in future Ignite releases.
|
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 |
---|
IgniteClosure
Defines generic closure with one parameter.
|
IgniteExperimental
This annotation marks API elements (such as interfaces, methods, annotations and whole API packages) as experimental
meaning that the API is not finalized yet and may be changed or replaced in future Ignite releases.
|
Class and Description |
---|
IgniteExperimental
This annotation marks API elements (such as interfaces, methods, annotations and whole API packages) as experimental
meaning that the API is not finalized yet and may be changed or replaced in future Ignite releases.
|
IgniteUuid
This is a faster performing version of
UUID . |
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 |
---|
IgniteRunnable
Grid-aware adapter for
Runnable implementations. |
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 |
---|
IgniteBiClosure
Defines generic closure with two parameters.
|
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 |
---|
IgniteBiClosure
Defines generic closure with two parameters.
|
Class and Description |
---|
IgniteProductVersion
Represents node version.
|
Class and Description |
---|
IgnitePredicate
Defines a predicate which accepts a parameter and returns
true or false . |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024