java.lang.Object
com.djrapitops.plan.storage.database.queries.objects.playertable.QueryTablePlayersQuery
All Implemented Interfaces:
Query<List<TablePlayer>>

public class QueryTablePlayersQuery extends Object implements Query<List<TablePlayer>>
Query for displaying players on /query page players table.
  • Constructor Details

    • QueryTablePlayersQuery

      public QueryTablePlayersQuery(Collection<Integer> userIds, List<ServerUUID> serverUUIDs, long afterDate, long beforeDate, long activeMsThreshold)
      Create a new query.
      Parameters:
      userIds - User ids of the players in the query
      serverUUIDs - View data for these Server UUIDs
      afterDate - View data after this epoch ms
      beforeDate - View data before this epoch ms
      activeMsThreshold - Playtime threshold for Activity Index calculation
  • Method Details