public class AspenTrace
extends java.lang.Object
tracers
used within
Aspen's server side components.
This class is similar to org.eigenbase.trace.EigenbaseTrace
; see
there for a description of how to define tracers.
AspenClientTrace
Constructor and Description |
---|
AspenTrace() |
Modifier and Type | Method and Description |
---|---|
static java.util.logging.Logger |
getAspenControlNodeProxyTracer()
The "com.sqlstream.aspen.rmp.AspenControlNodeProxy" tracer records
control protocol messages received and sent by
AspenControlNodeProxy . |
static java.util.logging.Logger |
getAspenControlNodeTracer()
The "com.sqlstream.aspen.control.AspenControlNode"
logger traces
AspenControlNode . |
static java.util.logging.Logger |
getAspenJdbcTracer()
The "com.sqlstream.aspen.vjdbc.AspenDriver" tracer records
trace messages generated by the ASPEN JDBC tracer
com.sqlstream.aspen.vjdbc.AspenDriver . |
static java.util.logging.Logger |
getAspenPlannerTracer()
The "com.sqlstream.aspen.farrago.AspenPlanner"
logger traces
AspenControlNode . |
static java.util.logging.Logger |
getAspenRmpTracer()
The "com.sqlstream.aspen.rmp.AspenRmp"
logger traces
AspenRmp . |
static java.util.logging.Logger |
getAspenServerTracer()
The "com.sqlstream.aspen.server.AspenVJdbcServer" tracer records
trace messages generated by the Aspen*Server classes,
AspenVJdbcServer . |
static java.util.logging.Logger |
getAspenSessionFactoryTracer()
The "com.sqlstream.aspen.farrago.AspenSessionFactory" tracer
records each operation performed on a
AspenSessionFactory
as distinct from the Farrago implementations of that class. |
static java.util.logging.Logger |
getControlProtocolDistributedRequestTracer()
The "com.sqlstream.aspen.control.ControlProtocolDistributedRequest"
tracer records operations performed by
ControlProtocolDistributedRequest . |
static java.util.logging.Logger |
getDiscardPluginTracer()
The "com.sqlstream.plugin.discard" tracer watches the
discard plugin . |
static java.util.logging.Logger |
getFileWriterPluginTracer()
The "com.sqlstream.plugin.filewriter" tracer watches the
plugin . |
static java.util.logging.Logger |
getHdapProtocolTracer()
The "com.sqlstream.aspen.sdp2.StreamingDataProtocol" tracer records
trace messages generated by the Streaming Data Protocol stack.
|
static java.util.logging.Logger |
getLogFilePluginTracer()
The "com.sqlstream.plugin.logfile" tracer watches the
logfile plugin . |
static java.util.logging.Logger |
getNodeManagerTracer()
The "com.sqlstream.aspen.control.NodeManager" tracer records operations
performed by
NodeManager . |
static java.util.logging.Logger |
getPluginActivationTracer()
The "com.sqlstream.plugin.activation" tracer watches plugin activation.
|
static java.util.logging.Logger |
getPulsePluginTracer()
The "com.sqlstream.plugin.pulse" tracer watches the
pulse plugin . |
static java.util.logging.Logger |
getPumpTracer()
The "com.sqlstream.aspen.pump" tracer records trace messages generated
by the Aspen PumpManager and its associated classes.
|
static java.util.logging.Logger |
getSinkHandleTracer()
The "com.sqlstream.aspen.farrago.AspenSinkHandle" tracer records each
operation performed on a
AspenSinkHandle , at level
Level.FINE or higher. |
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.sdp2.StreamingDataProtocol" tracer records
trace messages generated by the Streaming Data Protocol stack.
|
static java.util.logging.Logger |
getTestTracer()
The "com.sqlstream.aspen.test" tracer records trace messages generated
by Aspen unit tests.
|
static java.util.logging.Logger |
getTraceSinkPluginTracer()
The "com.sqlstream.plugin.tracesink" tracer watches the
trace-sink plugin . |
public static java.util.logging.Logger getLogFilePluginTracer()
logfile plugin
.
It records recoverable errors at level
Level.WARNING
or higher. It records
debugging detail at levels Level.FINE
,
Level.FINER
, and
Level.FINEST
.
public static java.util.logging.Logger getFileWriterPluginTracer()
plugin
.public static java.util.logging.Logger getPulsePluginTracer()
pulse plugin
.public static java.util.logging.Logger getTraceSinkPluginTracer()
trace-sink plugin
.public static java.util.logging.Logger getDiscardPluginTracer()
discard plugin
.public static java.util.logging.Logger getPluginActivationTracer()
public static java.util.logging.Logger getSinkHandleTracer()
AspenSinkHandle
, at level
Level.FINE
or higher.public static java.util.logging.Logger getAspenSessionFactoryTracer()
AspenSessionFactory
as distinct from the Farrago implementations of that class.public static java.util.logging.Logger getAspenRmpTracer()
AspenRmp
.public static java.util.logging.Logger getAspenControlNodeTracer()
AspenControlNode
.public static java.util.logging.Logger getAspenPlannerTracer()
AspenControlNode
.public static java.util.logging.Logger getNodeManagerTracer()
NodeManager
.public static java.util.logging.Logger getControlProtocolDistributedRequestTracer()
ControlProtocolDistributedRequest
.public static java.util.logging.Logger getAspenControlNodeProxyTracer()
AspenControlNodeProxy
.public static java.util.logging.Logger getStreamingDataProtocolTracer()
StreamingDataProtocol
.public static java.util.logging.Logger getHdapProtocolTracer()
StreamingDataProtocol
.public static java.util.logging.Logger getStreamingDataProtocolClientsTracer()
com.sqlstream.aspen.sdp2.Session
.public static java.util.logging.Logger getAspenJdbcTracer()
com.sqlstream.aspen.vjdbc.AspenDriver
.public static java.util.logging.Logger getPumpTracer()
public static java.util.logging.Logger getTestTracer()
public static java.util.logging.Logger getAspenServerTracer()
AspenVJdbcServer
.Copyright (C) 2003-2021 SQLstream, Inc.