SparkseeNet  6.0.2
Public Member Functions | List of all members
com.sparsity.sparksee.gdb.DatabaseStatistics Class Reference

Database statistics. More...

Public Member Functions

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

Detailed Description

Database statistics.

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

Member Function Documentation

long com.sparsity.sparksee.gdb.DatabaseStatistics.GetCache ( )

Gets cache size in KBytes.

Returns
Cache size in KBytes.
long com.sparsity.sparksee.gdb.DatabaseStatistics.GetData ( )

Gets database size in KBytes.

Returns
Database size in KBytes.
long com.sparsity.sparksee.gdb.DatabaseStatistics.GetRead ( )

Gets total read data in KBytes.

Returns
Total read data in KBytes.
long com.sparsity.sparksee.gdb.DatabaseStatistics.GetSessions ( )

Gets the number of sessions.

Returns
The number of sessions.
long com.sparsity.sparksee.gdb.DatabaseStatistics.GetTemp ( )

Gets temporary storage file size in KBytes.

Returns
Temporary storage file size in KBytes.
long com.sparsity.sparksee.gdb.DatabaseStatistics.GetWrite ( )

Gets total written data in KBytes.

Returns
Total read written in KBytes.