com.sleepycat.db.internal
Class DbMpoolFile

java.lang.Object
  extended by com.sleepycat.db.internal.DbMpoolFile

public class DbMpoolFile
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
protected DbMpoolFile(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 int get_flags()
           
 long get_maxsize()
           
 int get_priority()
           
protected static long getCPtr(DbMpoolFile obj)
           
 void set_flags(int flags, boolean onoff)
           
 void set_maxsize(long bytes)
           
 void set_priority(int priority)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

DbMpoolFile

protected DbMpoolFile(long cPtr,
                      boolean cMemoryOwn)
Method Detail

getCPtr

protected static long getCPtr(DbMpoolFile obj)

get_priority

public int get_priority()
                 throws DatabaseException
Throws:
DatabaseException

set_priority

public void set_priority(int priority)
                  throws DatabaseException
Throws:
DatabaseException

get_flags

public int get_flags()
              throws DatabaseException
Throws:
DatabaseException

set_flags

public void set_flags(int flags,
                      boolean onoff)
               throws DatabaseException
Throws:
DatabaseException

get_maxsize

public long get_maxsize()
                 throws DatabaseException
Throws:
DatabaseException

set_maxsize

public void set_maxsize(long bytes)
                 throws DatabaseException
Throws:
DatabaseException