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.
|
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<org.apache.ignite.internal.processors.igfs.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.
|
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015