|
GemFire 6.6.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.print.attribute.EnumSyntax
com.gemstone.gemfire.cache.EvictionAction
public final class EvictionAction
The action that an EvictionAlgorithm takes.
EvictionAlgorithm,
EvictionAttributesImpl,
Serialized Form| Field Summary | |
|---|---|
static EvictionAction |
DEFAULT_EVICTION_ACTION
The default eviction action is to locally destroy an Entry. |
static EvictionAction |
LOCAL_DESTROY
Perform a localDestory on the least recently used region entry. |
static EvictionAction |
NONE
Canonical EvictionAction that represents no eviction |
static EvictionAction |
OVERFLOW_TO_DISK
Write the value of the least recently used region entry to disk and null-out its value in the VM to free up heap
space. |
| Method Summary | |
|---|---|
boolean |
isLocalDestroy()
|
boolean |
isNone()
|
boolean |
isOverflowToDisk()
|
static EvictionAction |
parseAction(String s)
|
static EvictionAction |
parseValue(int v)
Returns the eviction action the corresponds to the given parameter. |
| Methods inherited from class javax.print.attribute.EnumSyntax |
|---|
clone, getValue, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final EvictionAction NONE
public static final EvictionAction LOCAL_DESTROY
localDestory on the least recently used region entry.
public static final EvictionAction OVERFLOW_TO_DISK
null-out its value in the VM to free up heap
space. Note that this action is only available when the region
has been configured to access data on disk.
public static final EvictionAction DEFAULT_EVICTION_ACTION
| Method Detail |
|---|
public final boolean isLocalDestroy()
public final boolean isOverflowToDisk()
public final boolean isNone()
public static EvictionAction parseValue(int v)
null if no action corresponds.
public static EvictionAction parseAction(String s)
s -
|
GemFire 6.6.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||