Package io.ebean.bean
Interface CallOrigin
- All Known Implementing Classes:
CallStack
public interface CallOrigin
A call origin for query execution profiling to collect graph use (for query tuning).
-
Method Summary
Modifier and Type Method Description StringgetFullDescription()Return the full description of the call origin.StringgetOriginKey(int queryHash)Compute and return an origin key based on the query hash.StringgetTopElement()Return the top element.
-
Method Details
-
getTopElement
Return the top element. Typically the top stack element with class and line. -
getFullDescription
Return the full description of the call origin. -
getOriginKey
Compute and return an origin key based on the query hash.
-