|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Stats | |
org.objectweb.cjdbc.common.util | C-JDBC internal utilities such as locks, statistics and exceptions. |
org.objectweb.cjdbc.controller.cache | Defines interface for using and implementing sql caching in C-JDBC |
org.objectweb.cjdbc.controller.monitoring | Abstract class to monitor C-JDBC request and sql implementation. |
Uses of Stats in org.objectweb.cjdbc.common.util |
Methods in org.objectweb.cjdbc.common.util with parameters of type Stats | |
void |
Stats.merge(Stats anotherStat)
Adds the entries of another Stats object to this one. |
Uses of Stats in org.objectweb.cjdbc.controller.cache |
Fields in org.objectweb.cjdbc.controller.cache declared as Stats | |
private Stats |
CacheStatistics.select
|
private Stats |
CacheStatistics.hits
|
private Stats |
CacheStatistics.insert
|
private Stats |
CacheStatistics.update
|
private Stats |
CacheStatistics.uncacheable
|
private Stats |
CacheStatistics.delete
|
private Stats |
CacheStatistics.unknown
|
private Stats |
CacheStatistics.remove
|
private Stats |
CacheStatistics.create
|
private Stats |
CacheStatistics.drop
|
Uses of Stats in org.objectweb.cjdbc.controller.monitoring |
Methods in org.objectweb.cjdbc.controller.monitoring that return Stats | |
Stats |
SQLMonitoring.getStatForRequest(AbstractRequest request)
Retrieve the stat corresponding to a request and create it if it does not exist. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |