Uses of Class
de.christofreichardt.diagnosis.AbstractThreadMap
-
Packages that use AbstractThreadMap Package Description de.christofreichardt.diagnosis Provides the basic tracing faclitities.de.christofreichardt.diagnosis.io Contains primarily the definitions of the I/O streams used by the tracers. -
-
Uses of AbstractThreadMap in de.christofreichardt.diagnosis
Subclasses of AbstractThreadMap in de.christofreichardt.diagnosis Modifier and Type Class Description classThreadLocalMapclassThreadMapThis class maps threads onTracingContexts.Methods in de.christofreichardt.diagnosis that return AbstractThreadMap Modifier and Type Method Description protected AbstractThreadMapAbstractTracer. getThreadMap()Provides access to the tracing contexts indexed by Threads.protected AbstractThreadMapQueueTracer. getThreadMap()Delegates to the corresponding method of the wrapped tracer. -
Uses of AbstractThreadMap in de.christofreichardt.diagnosis.io
Fields in de.christofreichardt.diagnosis.io declared as AbstractThreadMap Modifier and Type Field Description protected AbstractThreadMapTracePrintStream. threadMapprovides access to the tracing contexts indexed by thread objectsConstructors in de.christofreichardt.diagnosis.io with parameters of type AbstractThreadMap Constructor Description TracePrintStream(AbstractThreadMap threadMap)Creates a new instance by passing aNullOutputStreamto the base class.TracePrintStream(BufferedOutputStream out, AbstractThreadMap threadMap)Creates a new instance of TracePrintStream by passing the given OutputStream to the underlying PrintStream.
-