| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.cache |
Contains main Data Grid APIs.
|
| org.apache.ignite.cache.hibernate |
Contains implementation of Hibernate L2 cache.
|
| org.apache.ignite.cache.store.jdbc |
Contains reference JDBC-based cache store implementation.
|
| org.apache.ignite.cluster |
Contains cluster-related classes.
|
| org.apache.ignite.failure |
Contains Failure handling public API with standard FailureHandler implementations.
|
| org.apache.ignite.hadoop.planner |
Ignite Hadoop Accelerator planner classes.
|
| org.apache.ignite.messaging |
Contains Topic-based Messaging functionality.
|
| 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.genetic |
Root GA package (GA Grid)
|
| org.apache.ignite.ml.genetic.utils |
Contains utils for GA Grid
|
| org.apache.ignite.ml.math.distributed |
Contains classes for distribution support.
|
| org.apache.ignite.ml.preprocessing |
Base package for machine learning preprocessing classes.
|
| org.apache.ignite.ml.trainers |
Contains model trainers.
|
| org.apache.ignite.osgi |
Contains OSGi related classes.
|
| org.apache.ignite.plugin |
Contains plugins management API.
|
| 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.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.springdata.repository.support |
Package contains supporting files required by Spring Data framework.
|
| org.apache.ignite.stream |
Contains Ignite Streamer classes.
|
| org.apache.ignite.stream.kafka.connect |
Contains implementation of Kafka Streamer Connector.
|
| org.apache.ignite.stream.storm |
StormStreamer -- integration with Apache Storm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IgniteSpringBean
Ignite Spring bean allows to bypass
Ignition methods. |
| Modifier and Type | Method and Description |
|---|---|
static Ignite |
Ignition.getOrStart(IgniteConfiguration cfg)
Gets or starts new grid instance if it hasn't been started yet.
|
static Ignite |
Ignition.ignite()
Gets an instance of default no-name grid.
|
static Ignite |
Ignition.ignite(String name)
Gets a named Ignite instance.
|
static Ignite |
Ignition.ignite(UUID locNodeId)
Gets a grid instance for given local node ID.
|
static Ignite |
Ignition.localIgnite()
This method is used to address a local
Ignite instance, principally from closure. |
static Ignite |
Ignition.start()
Starts grid with default configuration.
|
static Ignite |
IgniteSpring.start(org.springframework.context.ApplicationContext springCtx)
Starts grid with default configuration.
|
static Ignite |
Ignition.start(IgniteConfiguration cfg)
Starts grid with given configuration.
|
static Ignite |
IgniteSpring.start(IgniteConfiguration cfg,
org.springframework.context.ApplicationContext springCtx)
Starts grid with given configuration.
|
static Ignite |
Ignition.start(InputStream springCfgStream)
Starts all grids specified within given Spring XML configuration input stream.
|
static Ignite |
Ignition.start(String springCfgPath)
Starts all grids specified within given Spring XML configuration file.
|
static Ignite |
IgniteSpring.start(String springCfgPath,
org.springframework.context.ApplicationContext springCtx)
Starts all grids specified within given Spring XML configuration file.
|
static Ignite |
Ignition.start(URL springCfgUrl)
Starts all grids specified within given Spring XML configuration file URL.
|
static Ignite |
IgniteSpring.start(URL springCfgUrl,
org.springframework.context.ApplicationContext springCtx)
Starts all grids specified within given Spring XML configuration file URL.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Ignite> |
Ignition.allGrids()
Gets a list of all grids started so far.
|
| Modifier and Type | Method and Description |
|---|---|
javax.cache.CacheManager |
CachingProvider.findManager(Ignite ignite) |
| Modifier and Type | Field and Description |
|---|---|
protected Ignite |
HibernateAccessStrategyAdapter.ignite
Grid.
|
| Modifier and Type | Method and Description |
|---|---|
Ignite |
HibernateAccessStrategyFactory.node() |
| Modifier and Type | Method and Description |
|---|---|
static void |
HibernateAccessStrategyAdapter.evict(Ignite ignite,
HibernateCacheProxy cache,
Object key)
Called to remove object from cache without regard to transaction.
|
| Constructor and Description |
|---|
HibernateAccessStrategyAdapter(Ignite ignite,
HibernateCacheProxy cache,
HibernateExceptionConverter eConverter) |
HibernateReadOnlyAccessStrategy(Ignite ignite,
HibernateCacheProxy cache,
HibernateExceptionConverter eConverter) |
HibernateReadWriteAccessStrategy(Ignite ignite,
HibernateCacheProxy cache,
ThreadLocal txCtx,
HibernateExceptionConverter eConverter) |
| Modifier and Type | Field and Description |
|---|---|
protected Ignite |
CacheAbstractJdbcStore.ignite
Auto injected ignite instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected Ignite |
CacheAbstractJdbcStore.ignite() |
| Modifier and Type | Method and Description |
|---|---|
Ignite |
ClusterGroup.ignite()
Gets instance of grid.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FailureHandler.onFailure(Ignite ignite,
FailureContext failureCtx)
Handles failure occurred on
ignite instance. |
boolean |
StopNodeFailureHandler.onFailure(Ignite ignite,
FailureContext failureCtx)
Handles failure occurred on
ignite instance. |
boolean |
RestartProcessFailureHandler.onFailure(Ignite ignite,
FailureContext failureCtx)
Handles failure occurred on
ignite instance. |
boolean |
NoOpFailureHandler.onFailure(Ignite ignite,
FailureContext failureCtx)
Handles failure occurred on
ignite instance. |
boolean |
StopNodeOrHaltFailureHandler.onFailure(Ignite ignite,
FailureContext failureCtx)
Handles failure occurred on
ignite instance. |
| Modifier and Type | Field and Description |
|---|---|
protected Ignite |
HadoopAbstractMapReducePlanner.ignite
Injected grid.
|
| Modifier and Type | Method and Description |
|---|---|
protected Ignite |
MessagingListenActor.ignite()
Gets grid instance associated with this actor.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V,C extends Serializable,D extends AutoCloseable> |
DatasetFactory.create(Ignite ignite,
IgniteCache<K,V> upstreamCache,
PartitionContextBuilder<K,V,C> partCtxBuilder,
PartitionDataBuilder<K,V,C,D> partDataBuilder)
Creates a new instance of distributed dataset using the specified
partCtxBuilder and
partDataBuilder. |
static <K,V> SimpleDataset<EmptyContext> |
DatasetFactory.createSimpleDataset(Ignite ignite,
IgniteCache<K,V> upstreamCache,
IgniteBiFunction<K,V,double[]> featureExtractor)
Creates a new instance of distributed
SimpleDataset using the specified featureExtractor. |
static <K,V,C extends Serializable> |
DatasetFactory.createSimpleDataset(Ignite ignite,
IgniteCache<K,V> upstreamCache,
PartitionContextBuilder<K,V,C> partCtxBuilder,
IgniteBiFunction<K,V,double[]> featureExtractor)
Creates a new instance of distributed
SimpleDataset using the specified partCtxBuilder and
featureExtractor. |
static <K,V> SimpleLabeledDataset<EmptyContext> |
DatasetFactory.createSimpleLabeledDataset(Ignite ignite,
IgniteCache<K,V> upstreamCache,
IgniteBiFunction<K,V,double[]> featureExtractor,
IgniteBiFunction<K,V,double[]> lbExtractor)
Creates a new instance of distributed
SimpleLabeledDataset using the specified featureExtractor
and lbExtractor. |
static <K,V,C extends Serializable> |
DatasetFactory.createSimpleLabeledDataset(Ignite ignite,
IgniteCache<K,V> upstreamCache,
PartitionContextBuilder<K,V,C> partCtxBuilder,
IgniteBiFunction<K,V,double[]> featureExtractor,
IgniteBiFunction<K,V,double[]> lbExtractor)
Creates a new instance of distributed
SimpleLabeledDataset using the specified partCtxBuilder,
featureExtractor and lbExtractor. |
| Constructor and Description |
|---|
CacheBasedDataset(Ignite ignite,
IgniteCache<K,V> upstreamCache,
IgniteCache<Integer,C> datasetCache,
PartitionDataBuilder<K,V,C,D> partDataBuilder,
UUID datasetId)
Constructs a new instance of dataset based on Ignite Cache, which is used as
upstream and as reliable storage for
partition context as well. |
CacheBasedDatasetBuilder(Ignite ignite,
IgniteCache<K,V> upstreamCache)
Constructs a new instance of cache based dataset builder that makes
CacheBasedDataset. |
| Modifier and Type | Method and Description |
|---|---|
static <R> Collection<R> |
ComputeUtils.affinityCallWithRetries(Ignite ignite,
Collection<String> cacheNames,
IgniteFunction<Integer,R> fun,
int retries)
Calls the specified
fun function on all partitions so that is't guaranteed that partitions with the same
index of all specified caches will be placed on the same node and will not be moved before computation is
finished. |
static <R> Collection<R> |
ComputeUtils.affinityCallWithRetries(Ignite ignite,
Collection<String> cacheNames,
IgniteFunction<Integer,R> fun,
int retries,
int interval)
Calls the specified
fun function on all partitions so that is't guaranteed that partitions with the same
index of all specified caches will be placed on the same node and will not be moved before computation is
finished. |
static <C extends Serializable> |
ComputeUtils.getContext(Ignite ignite,
String datasetCacheName,
int part)
Extracts partition
context from the Ignite Cache. |
static <K,V,C extends Serializable,D extends AutoCloseable> |
ComputeUtils.getData(Ignite ignite,
String upstreamCacheName,
String datasetCacheName,
UUID datasetId,
int part,
PartitionDataBuilder<K,V,C,D> partDataBuilder)
Extracts partition
data from the local storage, if it's not found in local storage recovers this data from a partition upstream and context. |
static <K,V,C extends Serializable> |
ComputeUtils.initContext(Ignite ignite,
String upstreamCacheName,
String datasetCacheName,
PartitionContextBuilder<K,V,C> ctxBuilder,
int retries)
Initializes partition
context by loading it from a partition upstream. |
static <K,V,C extends Serializable> |
ComputeUtils.initContext(Ignite ignite,
String upstreamCacheName,
String datasetCacheName,
PartitionContextBuilder<K,V,C> ctxBuilder,
int retries,
int interval)
Initializes partition
context by loading it from a partition upstream. |
static <C extends Serializable> |
ComputeUtils.saveContext(Ignite ignite,
String datasetCacheName,
int part,
C ctx)
Saves the specified partition
context into the Ignite Cache. |
| Constructor and Description |
|---|
GAGrid(GAConfiguration config,
Ignite ignite) |
| Modifier and Type | Method and Description |
|---|---|
static List<Chromosome> |
GAGridUtils.getChromosomes(Ignite ignite,
String query)
Retrieve chromosomes
|
static List<Gene> |
GAGridUtils.getGenesInOrderForChromosome(Ignite ignite,
Chromosome chromosome)
Retrieve genes in order
|
| Modifier and Type | Method and Description |
|---|---|
static Ignite |
CacheUtils.ignite()
Gets local Ignite instance.
|
| Modifier and Type | Method and Description |
|---|---|
static <A> Collection<A> |
CacheUtils.bcast(String cacheName,
Ignite ignite,
IgniteCallable<A> call)
Broadcast callable to data nodes of given cache.
|
static void |
CacheUtils.bcast(String cacheName,
Ignite ignite,
IgniteRunnable run) |
static <K,V,A,W> A |
CacheUtils.reduce(String cacheName,
Ignite ignite,
IgniteTriFunction<W,javax.cache.Cache.Entry<K,V>,A,A> acc,
IgniteSupplier<W> supp,
IgniteSupplier<Iterable<javax.cache.Cache.Entry<K,V>>> entriesGen,
IgniteBinaryOperator<A> comb,
IgniteSupplier<A> zeroValSupp)
Distributed version of fold operation.
|
static <K,V> void |
CacheUtils.update(String cacheName,
Ignite ignite,
IgniteBiFunction<Ignite,javax.cache.Cache.Entry<K,V>,Stream<javax.cache.Cache.Entry<K,V>>> fun,
IgniteSupplier<Set<K>> keysGen) |
static <K,V> void |
CacheUtils.update(String cacheName,
Ignite ignite,
IgniteConsumer<javax.cache.Cache.Entry<K,V>> fun,
IgniteSupplier<Set<K>> keysGen) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> void |
CacheUtils.update(String cacheName,
Ignite ignite,
IgniteBiFunction<Ignite,javax.cache.Cache.Entry<K,V>,Stream<javax.cache.Cache.Entry<K,V>>> fun,
IgniteSupplier<Set<K>> keysGen) |
| Modifier and Type | Method and Description |
|---|---|
default IgniteBiFunction<K,V,R> |
PreprocessingTrainer.fit(Ignite ignite,
IgniteCache<K,V> cache,
IgniteBiFunction<K,V,T> basePreprocessor)
Fits preprocessor.
|
| Modifier and Type | Method and Description |
|---|---|
default <K,V> M |
DatasetTrainer.fit(Ignite ignite,
IgniteCache<K,V> cache,
IgniteBiFunction<K,V,double[]> featureExtractor,
IgniteBiFunction<K,V,L> lbExtractor)
Trains model based on the specified data.
|
| Modifier and Type | Field and Description |
|---|---|
protected Ignite |
IgniteAbstractOsgiContextActivator.ignite
The instance of Ignite started by this Activator.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Map<Ignite,ClassLoader> |
IgniteOsgiUtils.classloaders()
|
| Modifier and Type | Method and Description |
|---|---|
Ignite |
PluginContext.grid() |
Ignite |
CachePluginContext.grid() |
| Modifier and Type | Field and Description |
|---|---|
protected Ignite |
IgniteSpiAdapter.ignite
Ignite instance.
|
| Modifier and Type | Method and Description |
|---|---|
Ignite |
IgniteSpiAdapter.ignite()
Gets ignite instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
IgniteSpiAdapter.injectResources(Ignite ignite)
Inject ignite instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TcpCommunicationSpi.injectResources(Ignite ignite)
Injects resources.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TcpDiscoverySpi.injectResources(Ignite ignite)
Inject resources
|
| Modifier and Type | Field and Description |
|---|---|
protected Ignite |
TcpDiscoveryIpFinderAdapter.ignite
Ignite instance .
|
| Constructor and Description |
|---|
IgniteRepositoryFactory(Ignite ignite)
Creates the factory with initialized
Ignite instance. |
| Modifier and Type | Field and Description |
|---|---|
protected Ignite |
StreamAdapter.ignite
Ignite.
|
| Modifier and Type | Method and Description |
|---|---|
Ignite |
StreamAdapter.getIgnite() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamAdapter.setIgnite(Ignite ignite) |
| Modifier and Type | Method and Description |
|---|---|
static Ignite |
IgniteSinkTask.StreamerContext.getIgnite()
Obtains grid instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Ignite |
StormStreamer.StreamerContext.getIgnite()
Obtains grid instance.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018