Class DatabaseStatistics
java.lang.Object
com.sparsity.sparksee.gdb.DatabaseStatistics
Database statistics.
- Author:
- Sparsity Technologies http://www.sparsity-technologies.com
-
Method Summary
Modifier and TypeMethodDescriptionlonggetCache()Gets cache size in KBytes.longgetData()Gets database size in KBytes.longgetRead()Gets total read data in KBytes.longGets the number of sessions.longgetTemp()Gets temporary storage file size in KBytes.longgetWrite()Gets total written data in KBytes.
-
Method Details
-
getRead
public long getRead()Gets total read data in KBytes.- Returns:
- Total read data in KBytes.
-
getData
public long getData()Gets database size in KBytes.- Returns:
- Database size in KBytes.
-
getTemp
public long getTemp()Gets temporary storage file size in KBytes.- Returns:
- Temporary storage file size in KBytes.
-
getWrite
public long getWrite()Gets total written data in KBytes.- Returns:
- Total read written in KBytes.
-
getCache
public long getCache()Gets cache size in KBytes.- Returns:
- Cache size in KBytes.
-
getSessions
public long getSessions()Gets the number of sessions.- Returns:
- The number of sessions.
-