Sparksee 6.1.0
DatabaseStatistics Class Reference

Database statistics. More...

#include <Database.h>

Public Member Functions

int64_t GetRead () const
 Gets total read data in KBytes.
int64_t GetWrite () const
 Gets total written data in KBytes.
int64_t GetData () const
 Gets database size in KBytes.
int64_t GetCache () const
 Gets cache size in KBytes.
int64_t GetTemp () const
 Gets temporary storage file size in KBytes.
int64_t GetSessions () const
 Gets the number of sessions.

Friends

class Database

Detailed Description

Database statistics.

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

Member Function Documentation

◆ GetCache()

int64_t DatabaseStatistics::GetCache ( ) const
inline

Gets cache size in KBytes.

Returns
Cache size in KBytes.

◆ GetData()

int64_t DatabaseStatistics::GetData ( ) const
inline

Gets database size in KBytes.

Returns
Database size in KBytes.

◆ GetRead()

int64_t DatabaseStatistics::GetRead ( ) const
inline

Gets total read data in KBytes.

Returns
Total read data in KBytes.

◆ GetSessions()

int64_t DatabaseStatistics::GetSessions ( ) const
inline

Gets the number of sessions.

Returns
The number of sessions.

◆ GetTemp()

int64_t DatabaseStatistics::GetTemp ( ) const
inline

Gets temporary storage file size in KBytes.

Returns
Temporary storage file size in KBytes.

◆ GetWrite()

int64_t DatabaseStatistics::GetWrite ( ) const
inline

Gets total written data in KBytes.

Returns
Total read written in KBytes.

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