|
Sparksee
6.0.2
|
Database statistics. More...


Instance Methods | |
| (long long) | - getRead |
| Gets total read data in KBytes. More... | |
| (long long) | - getWrite |
| Gets total written data in KBytes. More... | |
| (long long) | - getData |
| Gets database size in KBytes. More... | |
| (long long) | - getCache |
| Gets cache size in KBytes. More... | |
| (long long) | - getTemp |
| Gets temporary storage file size in KBytes. More... | |
| (long long) | - getSessions |
| Gets the number of sessions. More... | |
Database statistics.
| - (long long) getCache |
Gets cache size in KBytes.
| - (long long) getData |
Gets database size in KBytes.
| - (long long) getRead |
Gets total read data in KBytes.
| - (long long) getSessions |
Gets the number of sessions.
| - (long long) getTemp |
Gets temporary storage file size in KBytes.
| - (long long) getWrite |
Gets total written data in KBytes.