SparkseeNet
6.0.2
|
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. | |
Database statistics.
long com.sparsity.sparksee.gdb.DatabaseStatistics.GetCache | ( | ) |
Gets cache size in KBytes.
long com.sparsity.sparksee.gdb.DatabaseStatistics.GetData | ( | ) |
Gets database size in KBytes.
long com.sparsity.sparksee.gdb.DatabaseStatistics.GetRead | ( | ) |
Gets total read data in KBytes.
long com.sparsity.sparksee.gdb.DatabaseStatistics.GetSessions | ( | ) |
Gets the number of sessions.
long com.sparsity.sparksee.gdb.DatabaseStatistics.GetTemp | ( | ) |
Gets temporary storage file size in KBytes.
long com.sparsity.sparksee.gdb.DatabaseStatistics.GetWrite | ( | ) |
Gets total written data in KBytes.