Class PingQueries
java.lang.Object
com.djrapitops.plan.storage.database.queries.objects.PingQueries
-
Method Summary
Modifier and TypeMethodDescriptionaveragePing(long after, long before) averagePing(long after, long before, ServerUUID serverUUID) Query database for all Ping data.fetchPingDataOfPlayer(UUID playerUUID) Query database for Ping data of a specific player.fetchPingDataOfServer(long after, long before, ServerUUID serverUUID) fetchPingDataOfServerByGeolocation(ServerUUID serverUUID) static Query<List<PingTable.Row>> fetchRows(int currentId, int rowLimit)
-
Method Details
-
fetchAllPingData
-
fetchPingDataOfPlayer
-
fetchPingDataOfServer
public static Query<List<Ping>> fetchPingDataOfServer(long after, long before, ServerUUID serverUUID) -
fetchPingDataOfServerByGeolocation
-
fetchPingDataOfNetworkByGeolocation
-
averagePing
-
averagePing
-
fetchRows
-