Enum Class PreemptionPriority

java.lang.Object
java.lang.Enum<PreemptionPriority>
com.scaleout.client.caching.PreemptionPriority
All Implemented Interfaces:
Serializable, Comparable<PreemptionPriority>, Constable

public enum PreemptionPriority extends Enum<PreemptionPriority>

The PreemptionPriority enum is used to indicate the priority of keeping a given object in the ScaleOut in-memory data grid under low-memory conditions.

Removable objects are removed from memory when memory runs low based on a least recently used (LRU) algorithm.