| Modifier and Type | Method and Description |
|---|---|
GridCacheMapEntry<K,V> |
GridCacheMapEntryFactory.create(GridCacheContext<K,V> ctx,
long topVer,
K key,
int hash,
V val,
GridCacheMapEntry<K,V> next,
long ttl,
int hdrId) |
GridCacheMapEntry<K,V> |
GridCacheConcurrentMap.getEntry(Object key)
Returns the entry associated with the specified key in the
HashMap.
|
GridCacheMapEntry<K,V> |
GridCacheConcurrentMap.putEntry(long topVer,
K key,
V val,
long ttl) |
GridCacheMapEntry<K,V> |
GridCacheConcurrentMap.randomEntry() |
GridCacheMapEntry<K,V> |
GridCacheConcurrentMap.removeEntryIfObsolete(K key)
Removes and returns the entry associated with the specified key
in the HashMap if entry is obsolete.
|
| Modifier and Type | Method and Description |
|---|---|
GridTriple<GridCacheMapEntry<K,V>> |
GridCacheConcurrentMap.putEntryIfObsoleteOrAbsent(long topVer,
K key,
V val,
long ttl,
boolean create) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheTtlManager.addTrackedEntry(GridCacheMapEntry<K,V> entry)
Adds tracked entry to ttl processor.
|
GridCacheMapEntry<K,V> |
GridCacheMapEntryFactory.create(GridCacheContext<K,V> ctx,
long topVer,
K key,
int hash,
V val,
GridCacheMapEntry<K,V> next,
long ttl,
int hdrId) |
void |
GridCacheContext.decrementPublicSize(GridCacheMapEntry<K,V> e) |
void |
GridCacheConcurrentMap.decrementSize(GridCacheMapEntry<K,V> e) |
void |
GridCacheContext.incrementPublicSize(GridCacheMapEntry<K,V> e) |
void |
GridCacheConcurrentMap.incrementSize(GridCacheMapEntry<K,V> e) |
void |
GridCacheTtlManager.removeTrackedEntry(GridCacheMapEntry<K,V> entry) |
| Constructor and Description |
|---|
GridCacheMapEntry(GridCacheContext<K,V> cctx,
K key,
int hash,
V val,
GridCacheMapEntry<K,V> next,
long ttl,
int hdrId) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridDistributedCacheEntry<K,V>
Entry for distributed (replicated/partitioned) cache.
|
| Constructor and Description |
|---|
GridDistributedCacheEntry(GridCacheContext<K,V> ctx,
K key,
int hash,
V val,
GridCacheMapEntry<K,V> next,
long ttl,
int hdrId) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtCacheEntry<K,V>
Replicated cache entry.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheMapEntry<K,V> |
GridNoStorageCacheMap.getEntry(Object key)
Returns the entry associated with the specified key in the
HashMap.
|
GridCacheMapEntry<K,V> |
GridNoStorageCacheMap.putEntry(long topVer,
K key,
V val,
long ttl) |
GridCacheMapEntry<K,V> |
GridNoStorageCacheMap.randomEntry() |
GridCacheMapEntry<K,V> |
GridNoStorageCacheMap.removeEntryIfObsolete(K key)
Removes and returns the entry associated with the specified key
in the HashMap if entry is obsolete.
|
| Modifier and Type | Method and Description |
|---|---|
GridTriple<GridCacheMapEntry<K,V>> |
GridNoStorageCacheMap.putEntryIfObsoleteOrAbsent(long topVer,
K key,
V val,
long ttl,
boolean create) |
| Constructor and Description |
|---|
GridDhtCacheEntry(GridCacheContext<K,V> ctx,
long topVer,
K key,
int hash,
V val,
GridCacheMapEntry<K,V> next,
long ttl,
int hdrId) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtAtomicCacheEntry<K,V>
DHT atomic cache entry.
|
| Constructor and Description |
|---|
GridDhtAtomicCacheEntry(GridCacheContext<K,V> ctx,
long topVer,
K key,
int hash,
V val,
GridCacheMapEntry<K,V> next,
long ttl,
int hdrId) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtColocatedCacheEntry<K,V>
Cache entry for colocated cache.
|
class |
GridDhtDetachedCacheEntry<K,V>
Detached cache entry.
|
| Constructor and Description |
|---|
GridDhtColocatedCacheEntry(GridCacheContext<K,V> ctx,
long topVer,
K key,
int hash,
V val,
GridCacheMapEntry<K,V> next,
long ttl,
int hdrId) |
GridDhtDetachedCacheEntry(GridCacheContext<K,V> ctx,
K key,
int hash,
V val,
GridCacheMapEntry<K,V> next,
long ttl,
int hdrId) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridNearCacheEntry<K,V>
Near cache entry.
|
| Constructor and Description |
|---|
GridNearCacheEntry(GridCacheContext<K,V> ctx,
K key,
int hash,
V val,
GridCacheMapEntry<K,V> next,
long ttl,
int hdrId) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridLocalCacheEntry<K,V>
Cache entry for local caches.
|
| Constructor and Description |
|---|
GridLocalCacheEntry(GridCacheContext<K,V> ctx,
K key,
int hash,
V val,
GridCacheMapEntry<K,V> next,
long ttl,
int hdrId) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015