Class AutoTuneCollection.EntryQuery
- java.lang.Object
-
- io.ebeaninternal.server.autotune.service.AutoTuneCollection.EntryQuery
-
- Enclosing class:
- AutoTuneCollection
public static class AutoTuneCollection.EntryQuery extends Object
Summary query execution statistics for the origin point.
-
-
Constructor Summary
Constructors Constructor Description EntryQuery(String path, long exeCount, long totalBeanLoaded, long totalMicros)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetExeCount()StringgetPath()Return the relative path with empty string for the origin query.longgetTotalBeanLoaded()longgetTotalMicros()
-
-
-
Constructor Detail
-
EntryQuery
public EntryQuery(String path, long exeCount, long totalBeanLoaded, long totalMicros)
-
-
Method Detail
-
getExeCount
public long getExeCount()
-
getTotalBeanLoaded
public long getTotalBeanLoaded()
-
getTotalMicros
public long getTotalMicros()
-
-