| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.managers |
TODO.
|
| org.apache.ignite.internal.processors |
TODO.
|
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.processors.cache.distributed.dht | |
| org.apache.ignite.internal.processors.cache.distributed.dht.atomic | |
| org.apache.ignite.internal.processors.cache.distributed.near | |
| org.apache.ignite.internal.processors.cache.transactions | |
| org.apache.ignite.internal.util |
System-wide utility routine and helper classes.
|
| org.apache.ignite.spi.discovery |
Contains APIs for topology manager SPI.
|
| org.apache.ignite.spi.discovery.tcp.ipfinder |
Contains IP finder interface and adapter.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IgniteLogger
This interface defines basic logging functionality used throughout the system.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridKernalContext |
class |
GridKernalContextImpl
Implementation of kernal context.
|
interface |
GridKernalGateway
This interface guards access to implementations of public methods that access kernal
functionality from the following main API interfaces:
ClusterGroup
Note that this kernal gateway should not be used to guard against method from
the following non-rich interfaces since their implementations are already managed
by their respective implementing classes:
Ignite
ClusterNode
Kernal gateway is also responsible for notifying various futures about the change in
kernal state so that issued futures could properly interrupt themselves when kernal
becomes unavailable while future is held externally by the user. |
class |
GridKernalGatewayImpl |
| Modifier and Type | Field and Description |
|---|---|
protected ExecutorService |
GridKernalContextImpl.execSvc |
protected ExecutorService |
GridKernalContextImpl.restExecSvc |
protected ExecutorService |
GridKernalContextImpl.sysExecSvc |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridManager
This interface defines life-cycle for kernal manager.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridKernalContext |
GridManagerAdapter.ctx
Kernal context.
|
protected IgniteLogger |
GridManagerAdapter.log
Logger.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridProcessor
Interface for all processors.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridKernalContext |
GridProcessorAdapter.ctx
Kernal context.
|
protected IgniteLogger |
GridProcessorAdapter.log
Grid logger.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheContext<K,V>
Cache context.
|
class |
GridCacheGateway<K,V>
Cache gateway.
|
class |
GridCacheSharedContext<K,V>
Shared context.
|
| Modifier and Type | Field and Description |
|---|---|
protected CacheConfiguration |
GridCacheAdapter.cacheCfg
Cache configuration.
|
protected GridCacheContext<?,?> |
GridCacheMapEntry.cctx
Cache registry.
|
protected GridCacheContext<K,V> |
GridCacheAdapter.ctx
Cache configuration.
|
protected IgniteConfiguration |
GridCacheAdapter.gridCfg
Grid configuration.
|
protected UUID |
GridCacheAdapter.locNodeId
Local node ID.
|
protected GridCacheConcurrentMap |
GridCacheAdapter.map
Local map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridClientPartitionTopology
Partition topology for node which does not have any local partitions.
|
interface |
GridDhtPartitionTopology
DHT partition topology.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtAtomicCache<K,V>
Non-transactional partitioned cache.
|
| Modifier and Type | Field and Description |
|---|---|
protected AtomicReference<Throwable> |
GridNearTxPrepareFutureAdapter.err
Error.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridCacheSharedContext<?,?> |
IgniteTxAdapter.cctx
Cache registry.
|
protected IgniteTxMap |
IgniteTxLocalAdapter.readView
Read view on transaction map.
|
protected IgniteTxMap |
IgniteTxLocalAdapter.writeView
Write view on transaction map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridBusyLock
Synchronization aid to track "busy" state of a subsystem that owns it.
|
class |
GridSpinBusyLock
Synchronization aid to track "busy" state of a subsystem that owns it.
|
class |
GridSpinReadWriteLock |
| Modifier and Type | Field and Description |
|---|---|
protected Map<E,Object> |
GridSetWrapper.map
Base map.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DiscoveryMetricsProvider
Provides metrics to discovery SPI.
|
| Modifier and Type | Field and Description |
|---|---|
protected Ignite |
TcpDiscoveryIpFinderAdapter.ignite
Ignite instance .
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.2.0-incubating Release Date : June 16 2015