java.lang.Object
io.ebeaninternal.server.query.CQueryPlanStats
Statistics for a specific query plan that can accumulate.
-
Method Summary
-
Method Details
-
isEmpty
public boolean isEmpty()Return true if there are no statistics collected since the last reset. -
add
public void add(long timeMicros) Add a query execution to the statistics. -
reset
public void reset()Reset the internal statistics counters.
-