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.sorted |
Contains cache sorted eviction policy implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractEvictionPolicy.onEntryAccessed(boolean rmv,
EvictableEntry<K,V> entry)
Callback for whenever entry is accessed.
|
void |
EvictionPolicy.onEntryAccessed(boolean rmv,
EvictableEntry<K,V> entry)
Callback for whenever entry is accessed.
|
protected abstract boolean |
AbstractEvictionPolicy.touch(EvictableEntry<K,V> entry) |
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 |
---|---|
protected boolean |
FifoEvictionPolicy.touch(EvictableEntry<K,V> entry) |
Modifier and Type | Method and Description |
---|---|
void |
IgfsPerBlockLruEvictionPolicy.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>> |
LruEvictionPolicy.queue()
Gets read-only view on internal
FIFO queue in proper order. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LruEvictionPolicy.touch(EvictableEntry<K,V> entry) |
Modifier and Type | Method and Description |
---|---|
Comparator<EvictableEntry<K,V>> |
SortedEvictionPolicyFactory.getComp()
Gets entries comparator.
|
Collection<EvictableEntry<K,V>> |
SortedEvictionPolicy.queue()
Gets read-only view of backed queue in proper order.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
SortedEvictionPolicy.touch(EvictableEntry<K,V> entry) |
Modifier and Type | Method and Description |
---|---|
void |
SortedEvictionPolicyFactory.setComp(Comparator<EvictableEntry<K,V>> comp)
Sets entries comparator.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019