
Public Member Functions | |
| HashIndexStats () | |
| HashIndexStats * | asHashIndexStats () |
| ~HashIndexStats () | |
| std::string | toString (Bool dspImpl, Bool full, const char *indent="") |
| Status | printEntries (const char *fmt, FILE *fd=stdout) |
Public Attributes | |
| unsigned int | min_objects_per_entry |
| unsigned int | max_objects_per_entry |
| unsigned int | total_object_count |
| unsigned int | total_hash_object_count |
| unsigned int | total_hash_object_size |
| unsigned int | total_hash_object_busy_size |
| unsigned int | busy_key_count |
| unsigned int | free_key_count |
| unsigned int | key_count |
Static Public Attributes | |
| static const char | fmt_help [] |
Classes | |
| struct | Entry |
Definition at line 244 of file IndexImpl.h.
1.5.3