DbMpoolfile

Undocumented in source.

Constructors

this
this(DB_MPOOLFILE* dbmpoolfile, DbEnv dbenv)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

close
void close(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
get
int get(db_pgno_t* pgnoaddr, DbTxn txnid, uint32_t flags, ubyte* page)
Undocumented in source. Be warned that the author may not have intended to support it.
get_clear_len
uint32_t get_clear_len()
Undocumented in source. Be warned that the author may not have intended to support it.
get_fileid
void get_fileid(uint8_t[DB_FILE_ID_LEN] fileid)
Undocumented in source. Be warned that the author may not have intended to support it.
get_fileid
uint8_t[DB_FILE_ID_LEN] get_fileid()
Undocumented in source. Be warned that the author may not have intended to support it.
get_flags
uint32_t get_flags()
Undocumented in source. Be warned that the author may not have intended to support it.
get_ftype
int get_ftype()
Undocumented in source. Be warned that the author may not have intended to support it.
get_lsn_offset
int32_t get_lsn_offset()
Undocumented in source. Be warned that the author may not have intended to support it.
get_maxsize
void get_maxsize(uint32_t gbytes, uint32_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
get_maxsize
uint64_t get_maxsize()
Undocumented in source. Be warned that the author may not have intended to support it.
get_pgcookie
void get_pgcookie(Dbt* dbt)
Undocumented in source. Be warned that the author may not have intended to support it.
get_pgcookie
Dbt get_pgcookie()
Undocumented in source. Be warned that the author may not have intended to support it.
get_priority
DbCachePriority get_priority()
Undocumented in source. Be warned that the author may not have intended to support it.
open
void open(string file, uint32_t flags, int mode, size_t pagesize)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(void* pgaddr, DbCachePriority priority, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
set_clear_len
void set_clear_len(uint32_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
set_fileid
void set_fileid(uint8_t[] fileid)
Undocumented in source. Be warned that the author may not have intended to support it.
set_flags
void set_flags(uint32_t flags, int onoff)
Undocumented in source. Be warned that the author may not have intended to support it.
set_ftype
void set_ftype(int ftype)
Undocumented in source. Be warned that the author may not have intended to support it.
set_lsn_offset
void set_lsn_offset(int32_t lsn_offset)
Undocumented in source. Be warned that the author may not have intended to support it.
set_maxsize
void set_maxsize(uint32_t gbytes, uint32_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
set_maxsize
void set_maxsize(uint64_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
set_pgcookie
void set_pgcookie(Dbt* pgcookie)
Undocumented in source. Be warned that the author may not have intended to support it.
set_priority
void set_priority(DbCachePriority priority)
Undocumented in source. Be warned that the author may not have intended to support it.
sync
void sync()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

_DB_MPOOLFILE
DB_MPOOLFILE* _DB_MPOOLFILE [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
_opened
int _opened [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta