Uses of Record Class
de.murmelmeister.murmelapi.punishment.ip.PunishmentCurrentIp
Packages that use PunishmentCurrentIp
-
Uses of PunishmentCurrentIp in de.murmelmeister.murmelapi.punishment.ip
Fields in de.murmelmeister.murmelapi.punishment.ip with type parameters of type PunishmentCurrentIpModifier and TypeFieldDescriptionprivate final com.github.benmanes.caffeine.cache.LoadingCache<PunishmentCurrentIpCache.IpTypeKey, PunishmentCurrentIp> PunishmentCurrentIpCache.cacheprivate final com.github.benmanes.caffeine.cache.LoadingCache<String, List<PunishmentCurrentIp>> PunishmentCurrentIpCache.listCacheMethods in de.murmelmeister.murmelapi.punishment.ip that return PunishmentCurrentIpModifier and TypeMethodDescriptionPunishmentCurrentIpProvider.getPunishedIp(String ipAddress, int typeId) PunishmentCurrentIpProviderImpl.getPunishedIp(String ipAddress, int typeId) private PunishmentCurrentIpPunishmentCurrentIpCache.loadFromDatabase(PunishmentCurrentIpCache.IpTypeKey key) PunishmentCurrentIp.withUpdateLog(UUID logId) Methods in de.murmelmeister.murmelapi.punishment.ip that return types with arguments of type PunishmentCurrentIpModifier and TypeMethodDescriptionPunishmentCurrentIpCache.getCachedPunishIPs()private List<PunishmentCurrentIp> PunishmentCurrentIpCache.loadAllFromDatabase()Methods in de.murmelmeister.murmelapi.punishment.ip with parameters of type PunishmentCurrentIp -
Uses of PunishmentCurrentIp in de.murmelmeister.murmelapi.utils
Methods in de.murmelmeister.murmelapi.utils that return types with arguments of type PunishmentCurrentIpModifier and TypeMethodDescriptionstatic de.murmelmeister.library.database.ResultSetProcessor<PunishmentCurrentIp> ResultSetUtil.punishmentCurrentIp()