Class QueryTracer.TracePrinter
java.lang.Object
net.ontopia.topicmaps.query.impl.basic.QueryTracer.TracePrinter
- All Implemented Interfaces:
QueryTraceListenerIF
- Direct Known Subclasses:
SimpleQueryTracer
- Enclosing class:
- QueryTracer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidendQuery()voidvoidenter(BasicPredicateIF predicate, AbstractClause clause, QueryMatches input) voidenter(OrClause clause, QueryMatches input) voidvoidenterSelect(QueryMatches result) booleanvoidvoidleave(QueryMatches result) voidvoidleaveSelect(QueryMatches result) voidvoidvoid
-
Field Details
-
memoryDeltaThreshold
public static long memoryDeltaThreshold -
elapsedThreshold
public static float elapsedThreshold
-
-
Constructor Details
-
TracePrinter
public TracePrinter()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
output
-
startQuery
public void startQuery()- Specified by:
startQueryin interfaceQueryTraceListenerIF
-
endQuery
public void endQuery()- Specified by:
endQueryin interfaceQueryTraceListenerIF
-
enter
- Specified by:
enterin interfaceQueryTraceListenerIF
-
leave
- Specified by:
leavein interfaceQueryTraceListenerIF
-
enter
- Specified by:
enterin interfaceQueryTraceListenerIF
-
enter
- Specified by:
enterin interfaceQueryTraceListenerIF
-
leave
- Specified by:
leavein interfaceQueryTraceListenerIF
-
enterOrderBy
public void enterOrderBy()- Specified by:
enterOrderByin interfaceQueryTraceListenerIF
-
leaveOrderBy
public void leaveOrderBy()- Specified by:
leaveOrderByin interfaceQueryTraceListenerIF
-
enterSelect
- Specified by:
enterSelectin interfaceQueryTraceListenerIF
-
leaveSelect
- Specified by:
leaveSelectin interfaceQueryTraceListenerIF
-
trace
- Specified by:
tracein interfaceQueryTraceListenerIF
-