Uses of Record Class
com.loomcache.server.query.SlowQueryLog.QueryPattern
Packages that use SlowQueryLog.QueryPattern
-
Uses of SlowQueryLog.QueryPattern in com.loomcache.server.query
Methods in com.loomcache.server.query that return types with arguments of type SlowQueryLog.QueryPatternModifier and TypeMethodDescriptionSlowQueryLog.SlowQueryStats.topPatterns()Returns the value of thetopPatternsrecord component.Constructor parameters in com.loomcache.server.query with type arguments of type SlowQueryLog.QueryPatternModifierConstructorDescriptionSlowQueryStats(long totalSlowQueries, double avgDurationMs, long maxDurationMs, List<SlowQueryLog.QueryPattern> topPatterns) Creates an instance of aSlowQueryStatsrecord class.