Class QueryStatistics.Default<T>

java.lang.Object
org.apache.openjpa.kernel.QueryStatistics.Default<T>
All Implemented Interfaces:
Serializable, QueryStatistics<T>
Enclosing interface:
QueryStatistics<T>

public static class QueryStatistics.Default<T> extends Object implements QueryStatistics<T>
A default implementation. Maintains statistics for only a fixed number of queries. Statistical counts are approximate and not exact (to keep thread synchorization overhead low).
See Also: