| Modifier and Type | Method and Description |
|---|---|
<K,V> GridCache<K,V> |
IgniteKernal.cachex()
Gets default cache instance if one is configured or null otherwise returning even non-public caches.
|
<K,V> GridCache<K,V> |
IgniteEx.cachex()
Gets default cache instance if one is configured or null otherwise returning even non-public caches.
|
<K,V> GridCache<K,V> |
IgniteKernal.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> |
IgniteEx.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> |
IgniteKernal.getCache(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridCache<?,?>> |
IgniteEx.cachesx(IgnitePredicate<? super GridCache<?,?>>... p)
Gets configured cache instance that satisfy all provided predicates including non-public caches.
|
Collection<GridCache<?,?>> |
IgniteKernal.cachesx(IgnitePredicate<? 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 |
|---|---|
<K,V> GridCache<K,V> |
GridCacheProcessor.atomicsCache()
Gets utility cache for atomic data structures.
|
<K1,V1> GridCache<K1,V1> |
GridCacheProxyImpl.cache()
Gets base cache for this projection.
|
<K1,V1> GridCache<K1,V1> |
CacheProjection.cache()
Gets base cache for this projection.
|
<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.
|
<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() |
| 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 |
|---|---|
static VisorCacheMetrics |
VisorCacheMetrics.from(GridCache c) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015