Package net.quasardb.qdb
Class PerformanceTrace
java.lang.Object
net.quasardb.qdb.PerformanceTrace
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Clear performance trace cache.static void
static void
static Collection
<PerformanceTrace.Trace> Access available performance traces.static void
Log all available traces directly through slf4j.static void
static Collection
<PerformanceTrace.Trace> Access available performance traces, and clear the cache.
-
Constructor Details
-
PerformanceTrace
public PerformanceTrace()
-
-
Method Details
-
enable
-
disable
-
get
Access available performance traces. This returns all performance traces that have been recorded recently. -
pop
Access available performance traces, and clear the cache. This is effectively the same as calling get() and pop() after each other. -
clear
Clear performance trace cache. Clears all performance traces in cache associated with the session. -
log
Log all available traces directly through slf4j. Default implementation automatically clears the trace cache after logging. -
log
-