Uses of Class
com.sun.gjc.util.SQLTrace
-
Packages that use SQLTrace Package Description com.sun.gjc.util fish.payara.jdbc.stats -
-
Uses of SQLTrace in com.sun.gjc.util
Fields in com.sun.gjc.util with type parameters of type SQLTrace Modifier and Type Field Description protected ConcurrentSkipListMap<String,SQLTrace>SQLTraceCache. cachestatic Comparator<SQLTrace>SQLTrace. SQLTraceFrequencyComparatorMethods in com.sun.gjc.util with parameters of type SQLTrace Modifier and Type Method Description abstract voidSQLTraceCache. checkAndUpdateCache(SQLTrace cacheObj)Request for adding a sql query in the form of SQLTrace to this cache. -
Uses of SQLTrace in fish.payara.jdbc.stats
Subclasses of SQLTrace in fish.payara.jdbc.stats Modifier and Type Class Description classSlowSqlTraceExtends the SQLTrace class to also store the slowest SQL execution times.Methods in fish.payara.jdbc.stats that return types with arguments of type SQLTrace Modifier and Type Method Description List<SQLTrace>FrequentSQLTraceCache. getTopQueries()Returns the String representation of the list of traced sql queries ordered by the number most frequently used, followed by the usage timestamp.Methods in fish.payara.jdbc.stats with parameters of type SQLTrace Modifier and Type Method Description voidFrequentSQLTraceCache. checkAndUpdateCache(SQLTrace cacheObj)Request for adding a sql query in the form of SQLTrace to this cache.voidSlowSqlTraceCache. checkAndUpdateCache(SQLTrace sqlTrace)Request for adding a sql query in the form of SlowSqlTrace to this cache.
-