java.lang.Object
com.djrapitops.plan.storage.database.sql.tables.TPSTable.Row
All Implemented Interfaces:
ServerIdentifiable
Enclosing class:
TPSTable

public static class TPSTable.Row extends Object implements ServerIdentifiable
  • Field Details

    • INSERT_STATEMENT

      public static String INSERT_STATEMENT
    • id

      public int id
    • serverId

      public int serverId
    • date

      public long date
    • tps

      public double tps
    • playersOnline

      public int playersOnline
    • cpuUsage

      public double cpuUsage
    • ramUsage

      public long ramUsage
    • entities

      public int entities
    • chunksLoaded

      public int chunksLoaded
    • freeDiskSpace

      public long freeDiskSpace
    • msptAverage

      public Double msptAverage
    • mspt95thPercentile

      public Double mspt95thPercentile
  • Constructor Details

    • Row

      public Row()
  • Method Details