Uses of Class
ca.uqac.lif.cep.diagnostics.DiagnosticsCallback
-
Packages that use DiagnosticsCallback Package Description ca.uqac.lif.cep.diagnostics 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.diagnostics Modifier and Type Class Description protected class
ThroughputMeter.ThroughputCallback
class
WindowConsole
Prints whatever is given to it in a text window.Fields in ca.uqac.lif.cep.diagnostics declared as DiagnosticsCallback Modifier and Type Field Description protected DiagnosticsCallback
PassthroughCounter. m_callback
A callback to call (if any)protected DiagnosticsCallback
ThroughputMeter. m_callback
protected DiagnosticsCallback
Timer. m_callback
Methods in ca.uqac.lif.cep.diagnostics with parameters of type DiagnosticsCallback Modifier and Type Method Description void
PassthroughCounter. setCallback(DiagnosticsCallback cb, int interval)
Constructors in ca.uqac.lif.cep.diagnostics with parameters of type DiagnosticsCallback Constructor Description ThroughputMeter(DiagnosticsCallback callback, long refresh_interval)
Timer(DiagnosticsCallback callback, long interval)
-