|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.avaje.ebean.meta.MetaAutoFetchStatistic.QueryStats
public static class MetaAutoFetchStatistic.QueryStats
FIXME: This will likely be deprecated in favour of a separate object graph cost.
Constructor Summary | |
---|---|
MetaAutoFetchStatistic.QueryStats(String path,
int exeCount,
int totalBeanLoaded,
int totalMicros)
|
Method Summary | |
---|---|
int |
getExeCount()
The number of queries executed. |
String |
getPath()
Return the path. |
int |
getTotalBeanLoaded()
The total number of beans loaded by the query. |
int |
getTotalMicros()
The total time in microseconds of the queries. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MetaAutoFetchStatistic.QueryStats(String path, int exeCount, int totalBeanLoaded, int totalMicros)
Method Detail |
---|
public String getPath()
public int getExeCount()
public int getTotalBeanLoaded()
public int getTotalMicros()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |