Package com.sleepycat.db
Class CacheFilePriority
java.lang.Object
com.sleepycat.db.CacheFilePriority
Priorities that can be assigned to files in the cache.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CacheFilePriorityThe default priority.static final CacheFilePriorityThe second highest priority.static final CacheFilePriorityThe second lowest priority.static final CacheFilePriorityThe highest priority: pages are the least likely to be discarded.static final CacheFilePriorityThe lowest priority: pages are the most likely to be discarded. -
Method Summary
-
Field Details
-
DEFAULT
The default priority. -
HIGH
The second highest priority. -
LOW
The second lowest priority. -
VERY_HIGH
The highest priority: pages are the least likely to be discarded. -
VERY_LOW
The lowest priority: pages are the most likely to be discarded.
-
-
Method Details