com.sleepycat.db.internal

Class DbMpoolFile

public class DbMpoolFile extends Object

Field Summary
protected booleanswigCMemOwn
Constructor Summary
protected DbMpoolFile(long cPtr, boolean cMemoryOwn)
Method Summary
protected static longgetCPtr(DbMpoolFile obj)
intget_flags()
longget_maxsize()
intget_priority()
voidset_flags(int flags, boolean onoff)
voidset_maxsize(long bytes)
voidset_priority(int priority)

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_flags

public int get_flags()

get_maxsize

public long get_maxsize()

get_priority

public int get_priority()

set_flags

public void set_flags(int flags, boolean onoff)

set_maxsize

public void set_maxsize(long bytes)

set_priority

public void set_priority(int priority)