|
Berkeley DB version 5.3.28 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sleepycat.db.CacheFilePriority
public final class 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. |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
Method Detail |
---|
public String toString()
toString
in class Object
|
Berkeley DB version 5.3.28 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |