Uses of Record Class
com.loomcache.server.query.QueryProfiler.ProfileEntry
Packages that use QueryProfiler.ProfileEntry
-
Uses of QueryProfiler.ProfileEntry in com.loomcache.server.query
Methods in com.loomcache.server.query that return types with arguments of type QueryProfiler.ProfileEntryModifier and TypeMethodDescriptionQueryProfiler.QueryProfile.stages()Returns the value of thestagesrecord component.Constructor parameters in com.loomcache.server.query with type arguments of type QueryProfiler.ProfileEntryModifierConstructorDescriptionQueryProfile(String sql, List<QueryProfiler.ProfileEntry> stages, long totalDurationMs, String bottleneck) Creates an instance of aQueryProfilerecord class.