org.apache.openjpa.enhance.stats
Class FetchStatsCollector
java.lang.Object
org.apache.openjpa.enhance.stats.FetchStatsCollector
public final class FetchStatsCollector
- extends Object
FetchStatsCollector aggregates fetch statistics and outputs the data periodically (10 minutes).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FetchStatsCollector
public FetchStatsCollector()
setlogger
public static void setlogger(Log log)
registerEntity
public static void registerEntity(ClassMetaData cmd)
registerField
public static AtomicInteger registerField(String field)
hit
public static void hit(String field)
getStatistics
public static Set<String> getStatistics()
dump
public static void dump()
clear
public static void clear()
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.