Package io.ebean.bean
Interface NodeUsageListener
-
public interface NodeUsageListener
Collects the profile information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
collectNodeUsage(NodeUsageCollector collector)
Collect node usage "profiling" information.
-
-
-
Method Detail
-
collectNodeUsage
void collectNodeUsage(NodeUsageCollector collector)
Collect node usage "profiling" information.This is the properties that are used for a given bean in the object graph. This information is used by autoTune to tune queries.
-
-