| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sleepycat.db.CacheFilePriority
public final class CacheFilePriority
Priorities that can be assigned to files in the cache.
| Field Summary | |
|---|---|
| static CacheFilePriority | DEFAULTThe default priority. | 
| static CacheFilePriority | HIGHThe second highest priority. | 
| static CacheFilePriority | LOWThe second lowest priority. | 
| static CacheFilePriority | VERY_HIGHThe highest priority: pages are the least likely to be discarded. | 
| static CacheFilePriority | VERY_LOWThe 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 | |||||||||