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