| Modifier and Type | Method and Description |
|---|---|
GridCacheMapEntry |
GridCacheMapEntryFactory.create(GridCacheContext ctx,
AffinityTopologyVersion topVer,
KeyCacheObject key,
int hash,
CacheObject val) |
GridCacheMapEntry |
GridCacheConcurrentMapImpl.getEntry(KeyCacheObject key)
Returns the entry associated with the specified key in the
HashMap.
|
GridCacheMapEntry |
GridCacheConcurrentMap.getEntry(KeyCacheObject key)
Returns the entry associated with the specified key in the
HashMap.
|
GridCacheMapEntry |
GridNoStorageCacheMap.getEntry(KeyCacheObject key)
Returns the entry associated with the specified key in the
HashMap.
|
GridCacheMapEntry |
GridCacheConcurrentMapImpl.putEntryIfObsoleteOrAbsent(AffinityTopologyVersion topVer,
KeyCacheObject key,
CacheObject val,
boolean create,
boolean touch) |
GridCacheMapEntry |
GridCacheConcurrentMap.putEntryIfObsoleteOrAbsent(AffinityTopologyVersion topVer,
KeyCacheObject key,
CacheObject val,
boolean create,
boolean touch) |
GridCacheMapEntry |
GridNoStorageCacheMap.putEntryIfObsoleteOrAbsent(AffinityTopologyVersion topVer,
KeyCacheObject key,
CacheObject val,
boolean create,
boolean touch) |
GridCacheMapEntry |
GridCacheConcurrentMapImpl.randomEntry()
Deprecated.
|
GridCacheMapEntry |
GridCacheConcurrentMap.randomEntry() |
GridCacheMapEntry |
GridNoStorageCacheMap.randomEntry() |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridCacheMapEntry> |
GridCacheConcurrentMapImpl.allEntries(CacheEntryPredicate... filter) |
Iterable<GridCacheMapEntry> |
GridCacheConcurrentMap.allEntries(CacheEntryPredicate... filter) |
Iterable<GridCacheMapEntry> |
GridNoStorageCacheMap.allEntries(CacheEntryPredicate... filter) |
Collection<GridCacheMapEntry> |
GridCacheConcurrentMapImpl.entries(CacheEntryPredicate... filter) |
Iterable<GridCacheMapEntry> |
GridCacheConcurrentMap.entries(CacheEntryPredicate... filter) |
Iterable<GridCacheMapEntry> |
GridNoStorageCacheMap.entries(CacheEntryPredicate... filter) |
Set<GridCacheMapEntry> |
GridCacheConcurrentMapImpl.entrySet(CacheEntryPredicate... filter) |
Set<GridCacheMapEntry> |
GridCacheConcurrentMap.entrySet(CacheEntryPredicate... filter) |
Set<GridCacheMapEntry> |
GridNoStorageCacheMap.entrySet(CacheEntryPredicate... filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheTtlManager.addTrackedEntry(GridCacheMapEntry entry)
Adds tracked entry to ttl processor.
|
void |
GridCacheContext.decrementPublicSize(GridCacheMapEntry e) |
void |
GridCacheAdapter.decrementSize(GridCacheMapEntry e)
Decrements map public size.
|
void |
GridCacheContext.incrementPublicSize(GridCacheMapEntry e) |
void |
GridCacheAdapter.incrementSize(GridCacheMapEntry e)
Increments map public size.
|
void |
GridCacheTtlManager.removeTrackedEntry(GridCacheMapEntry entry) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridDistributedCacheEntry
Entry for distributed (replicated/partitioned) cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtCacheEntry
Replicated cache entry.
|
class |
GridDhtOffHeapCacheEntry
Replicated cache entry for off-heap tiered or off-heap values modes.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheMapEntry |
GridCachePartitionedConcurrentMap.getEntry(KeyCacheObject key)
Returns the entry associated with the specified key in the
HashMap.
|
GridCacheMapEntry |
GridDhtLocalPartition.getEntry(KeyCacheObject key)
Returns the entry associated with the specified key in the
HashMap.
|
GridCacheMapEntry |
GridCachePartitionedConcurrentMap.putEntryIfObsoleteOrAbsent(AffinityTopologyVersion topVer,
KeyCacheObject key,
CacheObject val,
boolean create,
boolean touch) |
GridCacheMapEntry |
GridDhtLocalPartition.putEntryIfObsoleteOrAbsent(AffinityTopologyVersion topVer,
KeyCacheObject key,
CacheObject val,
boolean create,
boolean touch) |
GridCacheMapEntry |
GridCachePartitionedConcurrentMap.randomEntry() |
GridCacheMapEntry |
GridDhtLocalPartition.randomEntry() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<GridCacheMapEntry> |
GridCachePartitionedConcurrentMap.allEntries(CacheEntryPredicate... filter) |
Iterable<GridCacheMapEntry> |
GridDhtLocalPartition.allEntries(CacheEntryPredicate... filter) |
Iterable<GridCacheMapEntry> |
GridCachePartitionedConcurrentMap.entries(CacheEntryPredicate... filter) |
Iterable<GridCacheMapEntry> |
GridDhtLocalPartition.entries(CacheEntryPredicate... filter) |
Set<GridCacheMapEntry> |
GridCachePartitionedConcurrentMap.entrySet(CacheEntryPredicate... filter) |
Set<GridCacheMapEntry> |
GridDhtLocalPartition.entrySet(CacheEntryPredicate... filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtAtomicCacheEntry
DHT atomic cache entry.
|
class |
GridDhtAtomicOffHeapCacheEntry
DHT atomic cache entry for off-heap tiered or off-heap values modes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtColocatedCacheEntry
Cache entry for colocated cache.
|
class |
GridDhtColocatedOffHeapCacheEntry
Cache entry for colocated cache for off-heap tiered or off-heap values modes.
|
class |
GridDhtDetachedCacheEntry
Detached cache entry.
|
| Constructor and Description |
|---|
GridDhtDetachedCacheEntry(GridCacheContext ctx,
KeyCacheObject key,
int hash,
CacheObject val,
GridCacheMapEntry next,
int hdrId) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridNearCacheEntry
Near cache entry.
|
class |
GridNearOffHeapCacheEntry
Near cache entry for off-heap tiered or off-heap values modes.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheMapEntry |
GridNearCacheAdapter.entryEx(KeyCacheObject key,
AffinityTopologyVersion topVer) |
GridCacheMapEntry |
GridNearCacheAdapter.entryEx(KeyCacheObject key,
boolean touch) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridLocalCacheEntry
Cache entry for local caches.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.8.0 Release Date : December 5 2016