| Package | Description |
|---|---|
| org.apache.ignite.cache.eviction |
Contains cache eviction policy implementations.
|
| org.apache.ignite.cache.eviction.fifo |
Contains cache FIFO eviction policy implementations.
|
| org.apache.ignite.cache.eviction.igfs |
Contains IGFS LRU eviction policy implementations.
|
| org.apache.ignite.cache.eviction.lru |
Contains cache LRU eviction policy implementations.
|
| org.apache.ignite.cache.eviction.random |
Contains cache randomized eviction policy implementations.
|
| org.apache.ignite.internal.processors.cache |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheEvictionPolicy.onEntryAccessed(boolean rmv,
EvictableEntry<K,V> entry)
Callback for whenever entry is accessed.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<EvictableEntry<K,V>> |
CacheFifoEvictionPolicy.queue()
Gets read-only view on internal
FIFO queue in proper order. |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheFifoEvictionPolicy.onEntryAccessed(boolean rmv,
EvictableEntry<K,V> entry)
Callback for whenever entry is accessed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheIgfsPerBlockLruEvictionPolicy.onEntryAccessed(boolean rmv,
EvictableEntry<IgfsBlockKey,byte[]> entry)
Callback for whenever entry is accessed.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<EvictableEntry<K,V>> |
CacheLruEvictionPolicy.queue()
Gets read-only view on internal
FIFO queue in proper order. |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheLruEvictionPolicy.onEntryAccessed(boolean rmv,
EvictableEntry<K,V> entry)
Callback for whenever entry is accessed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheRandomEvictionPolicy.onEntryAccessed(boolean rmv,
EvictableEntry<K,V> entry)
Callback for whenever entry is accessed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EvictableEntryImpl<K,V>
Entry wrapper that never obscures obsolete entries from user.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> EvictableEntry<K,V> |
GridCacheEntryEx.wrapEviction() |
<K,V> EvictableEntry<K,V> |
GridCacheMapEntry.wrapEviction() |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015