Class DatabaseStatistics

java.lang.Object
com.sparsity.sparksee.gdb.DatabaseStatistics

public class DatabaseStatistics extends Object
Database statistics.

Author:
Sparsity Technologies http://www.sparsity-technologies.com
  • 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.