Class TPSTable.Row
java.lang.Object
com.djrapitops.plan.storage.database.sql.tables.TPSTable.Row
- All Implemented Interfaces:
ServerIdentifiable
- Enclosing class:
TPSTable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TPSTable.Rowintvoidinsert(PreparedStatement statement) voidsetServerId(int serverId)
-
Field Details
-
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
-
mspt95thPercentile
-
-
Constructor Details
-
Row
public Row()
-
-
Method Details
-
extract
- Throws:
SQLException
-
insert
- Throws:
SQLException
-
getServerId
public int getServerId()- Specified by:
getServerIdin interfaceServerIdentifiable
-
setServerId
public void setServerId(int serverId) - Specified by:
setServerIdin interfaceServerIdentifiable
-