| 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 |
EvictionPolicy.onEntryAccessed(boolean rmv,
EvictableEntry<K,V> entry)
Callback for whenever entry is accessed.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<EvictableEntry<K,V>> |
FifoEvictionPolicy.queue()
Gets read-only view on internal
FIFO queue in proper order. |
| Modifier and Type | Method and Description |
|---|---|
void |
FifoEvictionPolicy.onEntryAccessed(boolean rmv,
EvictableEntry<K,V> entry)
Callback for whenever entry is accessed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgfsPerBlockLruEvictionPolicy.onEntryAccessed(boolean rmv,
EvictableEntry<IgfsBlockKey,byte[]> entry)
Callback for whenever entry is accessed.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<EvictableEntry<K,V>> |
LruEvictionPolicy.queue()
Gets read-only view on internal
FIFO queue in proper order. |
| Modifier and Type | Method and Description |
|---|---|
void |
LruEvictionPolicy.onEntryAccessed(boolean rmv,
EvictableEntry<K,V> entry)
Callback for whenever entry is accessed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RandomEvictionPolicy.onEntryAccessed(boolean rmv,
EvictableEntry<K,V> entry)
Callback for whenever entry is accessed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheEvictableEntryImpl<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 Release Date : March 31 2015