WYRDTEK Home Features Reference Downloads About


Reference/es_mbc_getbatchsize

Syntax

int es_mbc_getbatchsize( struct es_mbc *cls );

Arguments

struct es_mbc *cls A database class.

Description

Return batchsize for class.

Batchsize is computed as the next highest power of 2 greater than or equal to the batchsize supplied in the call to es_mbc_new. es_mbc_getbatchsize() returns the computed batchsize.

[Back To Reference] [Back To Reference/es_mbc]