Class MultiServerActivityIndexQueries
java.lang.Object
com.djrapitops.plan.storage.database.queries.analysis.MultiServerActivityIndexQueries
Queries for Activity Index that support multiple ServerUUIDs.
-
Method Summary
Modifier and TypeMethodDescriptionfetchActivityGroupCount(long date, Collection<ServerUUID> serverUUIDs, long playtimeThreshold, double above, double below) getActivityIndex(long date, long playtimeThreshold, UUID playerUUID, List<ServerUUID> serverUUIDs)
-
Method Details
-
fetchActivityGroupCount
public static Query<Integer> fetchActivityGroupCount(long date, Collection<ServerUUID> serverUUIDs, long playtimeThreshold, double above, double below) -
getActivityIndex
public static Query<Double> getActivityIndex(long date, long playtimeThreshold, UUID playerUUID, List<ServerUUID> serverUUIDs)
-