
Public Member Functions | |
| BTreeIndexStats () | |
| ~BTreeIndexStats () | |
| std::string | toString (Bool dspImpl, Bool full, const char *indent="") |
| virtual BTreeIndexStats * | asBTreeIndexStats () |
Public Attributes | |
| unsigned int | degree |
| unsigned int | dataSize |
| unsigned int | keySize |
| unsigned int | keyOffset |
| unsigned int | keyType |
| unsigned int | total_object_count |
| unsigned int | total_btree_object_count |
| unsigned int | btree_node_size |
| unsigned int | total_btree_node_count |
| unsigned int | btree_key_object_size |
| unsigned int | btree_data_object_size |
| unsigned long long | total_btree_object_size |
Definition at line 275 of file IndexImpl.h.
1.5.3