public class AspenClientTrace
extends java.lang.Object
tracers
used within
Aspen's client-side components, e.g. JDBC driver, SDP, etc.
Refactored from AspenTrace
to eliminate server-side
tracers and imports that cannot be included in a client Jar.
This class is similar to org.eigenbase.trace.EigenbaseTrace
; see
there for a description of how to define tracers.
AspenTrace
Constructor and Description |
---|
AspenClientTrace() |
Modifier and Type | Method and Description |
---|---|
static java.util.logging.Logger |
getAspenJdbcTracer()
The "com.sqlstream.aspen.vjdbc.AspenDriver" tracer records
trace messages generated by the ASPEN JDBC tracer
Driver . |
static java.util.logging.Logger |
getHdapProtocolTracer()
The "com.sqlstream.aspen.distrib" tracer records
trace messages generated by the HDAP tracer.
|
static java.util.logging.Logger |
getStreamingDataProtocolClientsTracer()
The "com.sqlstream.aspen.sdp2.clients" tracer records
trace messages generated by client interaction with the
Streaming Data Protocol stack.
|
static java.util.logging.Logger |
getStreamingDataProtocolTracer()
The "com.sqlstream.aspen.sdp.StreamingDataProtocol" tracer records
trace messages generated by the Streaming Data Protocol stack.
|
public static java.util.logging.Logger getStreamingDataProtocolTracer()
StreamingDataProtocol
.public static java.util.logging.Logger getStreamingDataProtocolClientsTracer()
com.sqlstream.aspen.sdp2.Session
.public static java.util.logging.Logger getAspenJdbcTracer()
Driver
.public static java.util.logging.Logger getHdapProtocolTracer()
Copyright (C) 2003-2021 SQLstream, Inc.