new LongStat(group, BTREE_LN_COUNT, getLNCount());
new LongStat(group, BTREE_DELETED_LN_COUNT, getDeletedLNCount());
new IntStat(group, BTREE_MAINTREE_MAXDEPTH, getMainTreeMaxDepth());
new IntStat
(group, BTREE_DUPTREE_MAXDEPTH, getDuplicateTreeMaxDepth());
new LongArrayStat(group, BTREE_INS_BYLEVEL, getINsByLevel());
new LongArrayStat(group, BTREE_BINS_BYLEVEL, getBINsByLevel());
new LongArrayStat(group, BTREE_DINS_BYLEVEL, getDINsByLevel());
new LongArrayStat(group, BTREE_DBINS_BYLEVEL, getDBINsByLevel());
return group;
}