Class AutoTuneCollection
- java.lang.Object
-
- io.ebeaninternal.server.autotune.service.AutoTuneCollection
-
public class AutoTuneCollection extends Object
Profiling information collected.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAutoTuneCollection.EntryProfiling entry at a given origin point.static classAutoTuneCollection.EntryQuerySummary query execution statistics for the origin point.
-
Constructor Summary
Constructors Constructor Description AutoTuneCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoTuneCollection.Entryadd(io.ebean.bean.ObjectGraphOrigin origin, io.ebeaninternal.server.querydefn.OrmQueryDetail detail, String sourceQuery)List<AutoTuneCollection.Entry>getEntries()
-
-
-
Constructor Detail
-
AutoTuneCollection
public AutoTuneCollection()
-
-
Method Detail
-
add
public AutoTuneCollection.Entry add(io.ebean.bean.ObjectGraphOrigin origin, io.ebeaninternal.server.querydefn.OrmQueryDetail detail, String sourceQuery)
-
getEntries
public List<AutoTuneCollection.Entry> getEntries()
-
-