|
Berkeley DB version 4.3.29 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sleepycat.db.CacheFilePriority
Priorities that can be assigned to files in the cache.
Field Summary | |
static CacheFilePriority |
DEFAULT
The default priority. |
static CacheFilePriority |
HIGH
The second highest priority. |
static CacheFilePriority |
LOW
The second lowest priority. |
static CacheFilePriority |
VERY_HIGH
The highest priority: pages are the least likely to be discarded. |
static CacheFilePriority |
VERY_LOW
The lowest priority: pages are the most likely to be discarded. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final CacheFilePriority DEFAULT
public static final CacheFilePriority HIGH
public static final CacheFilePriority LOW
public static final CacheFilePriority VERY_HIGH
public static final CacheFilePriority VERY_LOW
|
Berkeley DB version 4.3.29 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |