Uses of Class
de.christofreichardt.diagnosis.AbstractThreadMap
Packages that use AbstractThreadMap
Package
Description
Provides the basic tracing faclitities.
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.diagnosisMethods in de.christofreichardt.diagnosis that return AbstractThreadMapModifier and TypeMethodDescriptionprotected 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 AbstractThreadMapModifier and TypeFieldDescriptionprotected final AbstractThreadMapTracePrintStream.threadMapprovides access to the tracing contexts indexed by thread objectsConstructors in de.christofreichardt.diagnosis.io with parameters of type AbstractThreadMapModifierConstructorDescriptionTracePrintStream(OutputStream out, AbstractThreadMap threadMap) Creates a new instance of TracePrintStream by passing the given OutputStream to the underlying PrintStream.