Uses of Record Class
com.loomcache.server.network.RateLimiter.ClientStats
Packages that use RateLimiter.ClientStats
-
Uses of RateLimiter.ClientStats in com.loomcache.server.network
Methods in com.loomcache.server.network that return RateLimiter.ClientStatsModifier and TypeMethodDescription@Nullable RateLimiter.ClientStatsRateLimiter.getClientStats(String clientId) Get per-client statistics.Methods in com.loomcache.server.network that return types with arguments of type RateLimiter.ClientStatsModifier and TypeMethodDescriptionRateLimiter.RateLimiterStats.perClientStats()Returns the value of theperClientStatsrecord component.Constructor parameters in com.loomcache.server.network with type arguments of type RateLimiter.ClientStatsModifierConstructorDescriptionRateLimiterStats(long totalRequests, long totalAllowed, long totalDenied, int activeClients, Map<String, RateLimiter.ClientStats> perClientStats) Creates an instance of aRateLimiterStatsrecord class.