Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
abstract EvictionAlgorithm |
EvictionAttributes.getAlgorithm()
The algorithm is used to identify entries that will be evicted.
|
static EvictionAlgorithm |
EvictionAlgorithm.parseAction(String s) |
static EvictionAlgorithm |
EvictionAlgorithm.parseValue(int v)
Returns the eviction action the corresponds to the given parameter.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.