com.sleepycat.db
Class CacheFile
java.lang.Object
com.sleepycat.db.CacheFile
public class CacheFile
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getPriority
public CacheFilePriority getPriority()
throws DatabaseException
- Throws:
DatabaseException
setPriority
public void setPriority(CacheFilePriority priority)
throws DatabaseException
- Throws:
DatabaseException
getMaximumSize
public long getMaximumSize()
throws DatabaseException
- Throws:
DatabaseException
setMaximumSize
public void setMaximumSize(long bytes)
throws DatabaseException
- Throws:
DatabaseException
getNoFile
public boolean getNoFile()
throws DatabaseException
- Throws:
DatabaseException
setNoFile
public void setNoFile(boolean onoff)
throws DatabaseException
- Throws:
DatabaseException
getUnlink
public boolean getUnlink()
throws DatabaseException
- Throws:
DatabaseException
setUnlink
public void setUnlink(boolean onoff)
throws DatabaseException
- Throws:
DatabaseException