| Package | Description |
|---|---|
| org.gridgain.grid.kernal |
Contains main implementation.
|
| org.gridgain.grid.kernal.executor |
Contains grid executor service implementation.
|
| org.gridgain.grid.kernal.managers.deployment |
TODO.
|
| org.gridgain.grid.kernal.managers.loadbalancer |
TODO.
|
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.kernal.processors.cache.distributed | |
| org.gridgain.grid.kernal.processors.cache.distributed.dht | |
| org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic | |
| org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated | |
| org.gridgain.grid.kernal.processors.cache.distributed.near | |
| org.gridgain.grid.kernal.processors.cache.local | |
| org.gridgain.grid.kernal.processors.cache.local.atomic | |
| org.gridgain.grid.logger.java |
Contains Java logging implementation for logging.
|
| org.gridgain.grid.spi.discovery.tcp.internal |
Contains internal implementation.
|
| org.gridgain.grid.util.lang |
| Modifier and Type | Class and Description |
|---|---|
class |
GridJobContextImpl
Remote job context implementation.
|
class |
GridJobSiblingImpl
This class provides implementation for job sibling.
|
class |
GridKernal
GridGain kernal.
|
class |
GridKernalContextImpl
Implementation of kernal context.
|
class |
GridLoggerProxy |
class |
GridProjectionAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
GridExecutorService
An
ExecutorService that executes each submitted task in grid
through Grid instance, normally configured using
GridCompute.executorService() method. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridDeployment
Represents single class deployment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridLoadBalancerAdapter
This adapter allows for graceful exception when load balancer gets marshalled.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheAdapter<K,V>
Adapter for different cache implementations.
|
class |
GridCacheProjectionImpl<K,V>
Cache projection.
|
class |
GridCacheTxAdapter<K,V>
Managed transaction adapter.
|
class |
GridCacheTxLocalAdapter<K,V>
Transaction adapter for cache transactions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDistributedCacheAdapter<K,V>
Distributed cache implementation.
|
class |
GridDistributedTxRemoteAdapter<K,V>
Transaction created by system implicitly on remote nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtCache<K,V>
DHT cache.
|
class |
GridDhtCacheAdapter<K,V>
DHT cache adapter.
|
class |
GridDhtTransactionalCacheAdapter<K,V>
Base class for transactional DHT caches.
|
class |
GridDhtTxLocal<K,V>
Replicated user transaction.
|
class |
GridDhtTxLocalAdapter<K,V>
Replicated user transaction.
|
class |
GridDhtTxRemote<K,V>
Transaction created by system implicitly on remote nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtAtomicCache<K,V>
Non-transactional partitioned cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtColocatedCache<K,V>
Colocated cache.
|
class |
GridDhtColocatedTxLocal<K,V>
Colocated transaction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridNearAtomicCache<K,V>
Near cache for atomic cache.
|
class |
GridNearCacheAdapter<K,V>
Common logic for near caches.
|
class |
GridNearTransactionalCache<K,V>
Near cache for transactional cache.
|
class |
GridNearTxRemote<K,V>
Transaction created by system implicitly on remote nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridLocalCache<K,V>
Local cache implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridLocalAtomicCache<K,V>
Non-transactional local cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridJavaLogger
Logger to use with Java logging.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridTcpDiscoveryNode
Node for
GridTcpDiscoverySpi. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridComputeJobWrapper
Convenient wrapper for grid job.
|
Copyright © 2014. All rights reserved.