|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.avaje.ebean.meta.MetaAutoFetchStatistic
public class MetaAutoFetchStatistic
Statistics collected by AutoFetch profiling.
Nested Class Summary | |
---|---|
static class |
MetaAutoFetchStatistic.NodeUsageStats
Collects usages statistics for a given node in the object graph. |
static class |
MetaAutoFetchStatistic.QueryStats
FIXME: This will likely be deprecated in favour of a separate object graph cost. |
Constructor Summary | |
---|---|
MetaAutoFetchStatistic()
|
|
MetaAutoFetchStatistic(ObjectGraphOrigin origin,
int counter,
List<MetaAutoFetchStatistic.QueryStats> queryStats,
List<MetaAutoFetchStatistic.NodeUsageStats> nodeUsageStats)
|
Method Summary | |
---|---|
String |
getBeanType()
Return the bean type. |
int |
getCounter()
Return the number of profiled queries the statistics is based on. |
String |
getId()
This is the query point key. |
List<MetaAutoFetchStatistic.NodeUsageStats> |
getNodeUsageStats()
Return the node usage statistics. |
ObjectGraphOrigin |
getOrigin()
Return the query point. |
List<MetaAutoFetchStatistic.QueryStats> |
getQueryStats()
Return the query execution statistics. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetaAutoFetchStatistic()
public MetaAutoFetchStatistic(ObjectGraphOrigin origin, int counter, List<MetaAutoFetchStatistic.QueryStats> queryStats, List<MetaAutoFetchStatistic.NodeUsageStats> nodeUsageStats)
Method Detail |
---|
public String getId()
public String getBeanType()
public ObjectGraphOrigin getOrigin()
public int getCounter()
public List<MetaAutoFetchStatistic.QueryStats> getQueryStats()
public List<MetaAutoFetchStatistic.NodeUsageStats> getNodeUsageStats()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |