| Interface | Description |
|---|---|
| CacheValue<K> |
This replaces the need for an inverse cache in
BoundedConcurrentCache to look up a key from a value |
| SlowQueryAggregator |
This class is responsible for aggregating similar slow queries across transactions
|
| SlowQueryListener |
Implementations of this interface must be thread safe.
|
| SqlTrace | |
| SqlTraceService |
The interface for the sql service.
|
| Class | Description |
|---|---|
| BoundedConcurrentCache<K,V extends java.lang.Comparable<V> & CacheValue<K>> |
Bounded concurrent cache that stores key value pairs (K,V).
|
| DefaultSlowQueryListener |
Maintain a list of slow queries via tracers.
|
| NopSlowQueryListener |
This class is immutable and therefore thread safe.
|
| SlowQueryAggregatorImpl | |
| SlowQueryInfo | |
| SlowQueryTracerInfo | |
| SqlTraceServiceImpl |