Class ServerQueries
java.lang.Object
com.djrapitops.plan.storage.database.queries.objects.ServerQueries
Queries for
Server objects.-
Method Summary
Modifier and TypeMethodDescriptionstatic Query<Map<ServerUUID, Server>> Query database for all Plan server information.static Query<Collection<Server>> static Query<List<ServerUUID>> fetchServerMatchingIdentifier(ServerUUID serverUUID) fetchServerMatchingIdentifier(String identifier) static Query<Map<ServerUUID, String>> static Query<Map<String, ServerUUID>> static Query<List<ServerUUID>> fetchServersMatchingIdentifiers(List<String> serverNames) static Query<Collection<Server>> findMatchingServers(String identifier)
-
Method Details
-
fetchUninstalledServerInformation
-
fetchPlanServerInformation
Query database for all Plan server information.- Returns:
- Map: Server UUID - Plan Server Information
-
fetchPlanServerInformationCollection
-
fetchServerMatchingIdentifier
-
fetchServerMatchingIdentifier
-
fetchProxyServers
-
fetchAllServers
-
fetchProxyServerUUIDs
-
fetchGameServerNames
-
fetchServerNames
-
findMatchingServers
-
fetchServerCount
-
fetchBiggestServerID
-
fetchServerNamesToUUIDs
-
fetchServersMatchingIdentifiers
-