|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.avaje.ebean.meta.MetaAutoFetchStatistic.NodeUsageStats
public static class MetaAutoFetchStatistic.NodeUsageStats
Collects usages statistics for a given node in the object graph.
Constructor Summary | |
---|---|
MetaAutoFetchStatistic.NodeUsageStats(String path,
int profileCount,
int profileUsedCount,
String[] usedProperties)
|
Method Summary | |
---|---|
String |
getPath()
Return the path. |
int |
getProfileCount()
The number of profiled beans for this node. |
int |
getProfileUsedCount()
The number of profiled beans that where actually used for this node. |
String[] |
getUsedProperties()
The properties used at this node. |
Set<String> |
getUsedPropertiesSet()
Return the properties as a Set rather than an Array. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MetaAutoFetchStatistic.NodeUsageStats(String path, int profileCount, int profileUsedCount, String[] usedProperties)
Method Detail |
---|
public String getPath()
public int getProfileCount()
public int getProfileUsedCount()
The difference between profiled and used could show uneven traversal of the object graph. UI paging through results means the traversal for the first x beans can be much higher than the last x beans.
public String[] getUsedProperties()
public Set<String> getUsedPropertiesSet()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |