| Package | Description |
|---|---|
| com.sun.gjc.util | |
| fish.payara.jdbc.stats |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentSkipListMap<String,SQLTrace> |
SQLTraceCache.cache |
static Comparator<SQLTrace> |
SQLTrace.SQLTraceFrequencyComparator |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
SQLTraceCache.checkAndUpdateCache(SQLTrace cacheObj)
Request for adding a sql query in the form of SQLTrace to this cache.
|
void |
FrequentSQLTraceCache.checkAndUpdateCache(SQLTrace cacheObj)
Request for adding a sql query in the form of SQLTrace to this cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SlowSqlTrace
Extends the SQLTrace class to also store the slowest SQL execution times.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SlowSqlTraceCache.checkAndUpdateCache(SQLTrace sqlTrace)
Request for adding a sql query in the form of SlowSqlTrace to this cache.
|
Copyright © 2017. All rights reserved.