Uses of Class
ca.uqac.lif.cep.diagnostics.DiagnosticsCallback
Packages that use DiagnosticsCallback
Package
Description
A set of processors and functions used to debug and diagnose problems in
a processor chain.
-
Uses of DiagnosticsCallback in ca.uqac.lif.cep.diagnostics
Subclasses of DiagnosticsCallback in ca.uqac.lif.cep.diagnosticsModifier and TypeClassDescriptionprotected classclassPrints whatever is given to it in a text window.Fields in ca.uqac.lif.cep.diagnostics declared as DiagnosticsCallbackModifier and TypeFieldDescriptionprotected DiagnosticsCallbackPassthroughCounter.m_callbackA callback to call (if any)protected DiagnosticsCallbackThroughputMeter.m_callbackprotected DiagnosticsCallbackTimer.m_callbackMethods in ca.uqac.lif.cep.diagnostics with parameters of type DiagnosticsCallbackModifier and TypeMethodDescriptionvoidPassthroughCounter.setCallback(DiagnosticsCallback cb, int interval) Constructors in ca.uqac.lif.cep.diagnostics with parameters of type DiagnosticsCallbackModifierConstructorDescriptionThroughputMeter(DiagnosticsCallback callback, long refresh_interval) Timer(DiagnosticsCallback callback, long interval)