Sparksee  6.0.2
STSDatabaseStatistics Class Reference

Database statistics. More...

Inheritance diagram for STSDatabaseStatistics:
Inheritance graph
Collaboration diagram for STSDatabaseStatistics:
Collaboration graph

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...
 

Detailed Description

Database statistics.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Method Documentation

- (long long) getCache

Gets cache size in KBytes.

Returns
Cache size in KBytes.
- (long long) getData

Gets database size in KBytes.

Returns
Database size in KBytes.
- (long long) getRead

Gets total read data in KBytes.

Returns
Total read data in KBytes.
- (long long) getSessions

Gets the number of sessions.

Returns
The number of sessions.
- (long long) getTemp

Gets temporary storage file size in KBytes.

Returns
Temporary storage file size in KBytes.
- (long long) getWrite

Gets total written data in KBytes.

Returns
Total read written in KBytes.

The documentation for this class was generated from the following file: