com.sleepycat.db
Class CacheFile

java.lang.Object
  extended by com.sleepycat.db.CacheFile

public class CacheFile
extends java.lang.Object


Method Summary
 long getMaximumSize()
           
 boolean getNoFile()
           
 CacheFilePriority getPriority()
           
 boolean getUnlink()
           
 void setMaximumSize(long bytes)
           
 void setNoFile(boolean onoff)
           
 void setPriority(CacheFilePriority priority)
           
 void setUnlink(boolean onoff)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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