|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use EvictionAlgorithm | |
|---|---|
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| Uses of EvictionAlgorithm in com.gemstone.gemfire.cache |
|---|
| Fields in com.gemstone.gemfire.cache declared as EvictionAlgorithm | |
|---|---|
static EvictionAlgorithm |
EvictionAlgorithm.LIFO_ENTRY
Deprecated. |
static EvictionAlgorithm |
EvictionAlgorithm.LIFO_MEMORY
Deprecated. |
static EvictionAlgorithm |
EvictionAlgorithm.LRU_ENTRY
An algorithm that considers the number of Entries in the Region before invoking its EvictionAction |
static EvictionAlgorithm |
EvictionAlgorithm.LRU_HEAP
An algorithm that considers the JVM heap size before invoking its EvictionAction |
static EvictionAlgorithm |
EvictionAlgorithm.LRU_MEMORY
An algorithm that considers the amount of bytes consumed by the Region before invoking its EvictionAction |
static EvictionAlgorithm |
EvictionAlgorithm.NONE
The canonical EvictionAction that represents no eviction action |
| Methods in com.gemstone.gemfire.cache that return EvictionAlgorithm | |
|---|---|
abstract EvictionAlgorithm |
EvictionAttributes.getAlgorithm()
The algorithm is used to identify entries that will be evicited. |
static EvictionAlgorithm |
EvictionAlgorithm.parseAction(String s)
|
static EvictionAlgorithm |
EvictionAlgorithm.parseValue(int v)
Returns the eviction action the corresponds to the given parameter. |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||