leafPages property
Number of leaf pages in the B+ tree.
Leaf pages contain the actual key-value pairs stored in the database.
Implementation
final int leafPages;
Number of leaf pages in the B+ tree.
Leaf pages contain the actual key-value pairs stored in the database.
final int leafPages;