| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.cache |
Contains main Data Grid APIs.
|
| org.gridgain.grid.dataload |
Contains Data loader API.
|
| org.gridgain.grid.kernal |
Contains main implementation.
|
| 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.kernal.processors.dr |
Data center replication processor. |
| Modifier and Type | Method and Description |
|---|---|
<K,V> GridCache<K,V> |
Grid.cache(String name)
Gets the cache instance for the given name, if one does not
exist
IllegalArgumentException will be thrown. |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridCache<?,?>> |
Grid.caches()
Gets all configured caches.
|
| Modifier and Type | Method and Description |
|---|---|
<K1,V1> GridCache<K1,V1> |
GridCacheProjection.cache()
Gets base cache for this projection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridDataLoadCacheUpdater.update(GridCache<K,V> cache,
Collection<Map.Entry<K,V>> entries)
Updates cache with batch of entries.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> GridCache<K,V> |
GridKernal.cache(String name)
Gets the cache instance for the given name, if one does not
exist
IllegalArgumentException will be thrown. |
<K,V> GridCache<K,V> |
GridKernal.cachex()
Gets default cache instance if one is configured or null otherwise returning even non-public caches.
|
<K,V> GridCache<K,V> |
GridEx.cachex()
Gets default cache instance if one is configured or null otherwise returning even non-public caches.
|
<K,V> GridCache<K,V> |
GridKernal.cachex(String name)
Gets the cache instance for the given name if one is configured or
null otherwise returning even non-public caches.
|
<K,V> GridCache<K,V> |
GridEx.cachex(String name)
Gets the cache instance for the given name if one is configured or
null otherwise returning even non-public caches.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GridCache<?,?>> |
GridKernal.caches()
Gets all configured caches.
|
Collection<GridCache<?,?>> |
GridEx.cachesx(GridPredicate<? super GridCache<?,?>>... p)
Gets configured cache instance that satisfy all provided predicates including non-public caches.
|
Collection<GridCache<?,?>> |
GridKernal.cachesx(GridPredicate<? super GridCache<?,?>>[] p)
Gets configured cache instance that satisfy all provided predicates including non-public caches.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridCacheProxy<K,V>
Cache proxy marker interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheAdapter<K,V>
Adapter for different cache implementations.
|
class |
GridCacheProxyImpl<K,V>
Cache proxy.
|
| Modifier and Type | Method and Description |
|---|---|
<K1,V1> GridCache<K1,V1> |
GridCacheProjectionImpl.cache()
Gets base cache for this projection.
|
<K1,V1> GridCache<K1,V1> |
GridCacheAdapter.cache()
Gets base cache for this projection.
|
<K1,V1> GridCache<K1,V1> |
GridCacheProxyImpl.cache()
Gets base cache for this projection.
|
<K,V> GridCache<K,V> |
GridCacheProcessor.cache() |
<K,V> GridCache<K,V> |
GridCacheProcessor.cache(String name) |
<K,V> GridCache<K,V> |
GridCacheProcessor.publicCache() |
<K,V> GridCache<K,V> |
GridCacheProcessor.publicCache(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridCache<?,?>> |
GridCacheProcessor.caches() |
Collection<GridCache<?,?>> |
GridCacheProcessor.publicCaches() |
| Modifier and Type | Class and Description |
|---|---|
class |
GridDistributedCacheAdapter<K,V>
Distributed cache implementation.
|
| 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.
|
| 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.
|
| 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.
|
| 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 | Method and Description |
|---|---|
void |
GridDrDataLoadCacheUpdater.update(GridCache<K,V> cache0,
Collection<Map.Entry<K,V>> col)
Updates cache with batch of entries.
|
Copyright © 2014. All rights reserved.