DbEnv::get_mp_tablesize()

#include <db_cxx.h>

int
DbEnv::get_mp_tablesize(u_int32_t tablesize);

The DbEnv::get_mp_tablesize() method returns the hash table size in the buffer pool.

Parameters

tablesize

This parameter specifies the hash table size in the buffer pool.

Class

DbEnv, DbMpoolFile

See Also

Memory Pools and Related Methods, DbEnv::set_mp_tablesize()