Contains tracer which log over the network.
- getBufferedOutputStream() - Method in class de.christofreichardt.diagnosis.AbstractTracer
-
Derived classes may use this getter to retrieve the buffer of the actual
TracePrintStream
.
- getBufferSize() - Method in class de.christofreichardt.diagnosis.AbstractTracer
-
- getBufferSize() - Method in class de.christofreichardt.diagnosis.DebugLogTee
-
- getBufferSize() - Method in class de.christofreichardt.diagnosis.QueueTracer
-
Delegates to the corresponding method of the wrapped tracer.
- getByteLimit() - Method in class de.christofreichardt.diagnosis.file.FileTracer
-
Indicates the lower bound of the number of bytes which leads to a log file rotation.
- getClazz() - Method in class de.christofreichardt.diagnosis.TraceMethod
-
The class owning the method.
- getCurrentPoolTracer() - Method in class de.christofreichardt.diagnosis.TracerFactory
-
Returns the mapped tracer for the current thread.
- getCurrentQueueTracer() - Method in class de.christofreichardt.diagnosis.TracerFactory
-
Returns the QueueTracer for the current thread.
- getCurrentStackSize() - Method in class de.christofreichardt.diagnosis.AbstractThreadMap
-
Returns the stack size of the current thread.
- getCurrentStackSize() - Method in class de.christofreichardt.diagnosis.ThreadLocalMap
-
- getCurrentStackSize() - Method in class de.christofreichardt.diagnosis.ThreadMap
-
Returns the stack size of the current thread.
- getCurrentTracer() - Method in interface de.christofreichardt.diagnosis.Traceable
-
- getDefaultTracer() - Method in class de.christofreichardt.diagnosis.TracerFactory
-
- getElapsedCpuTime() - Method in class de.christofreichardt.diagnosis.TraceMethod
-
This is the elapsed CPU time since the construction of the TraceMethod until the moment the TraceMethod
is popped from the stack again.
- getElapsedTime() - Method in class de.christofreichardt.diagnosis.TraceMethod
-
This is the elapsed time in milliseconds since the construction of the TraceMethod until the moment the TraceMethod
is popped from the stack again.
- getHostName() - Method in class de.christofreichardt.diagnosis.net.NetTracer
-
- getInstance() - Static method in class de.christofreichardt.diagnosis.TracerFactory
-
Retrieves the single TracerFactory.
- getLevel() - Method in class de.christofreichardt.diagnosis.DebugConfig
-
level getter.
- getLogDirPath() - Method in class de.christofreichardt.diagnosis.file.FileTracer
-
Gives the path to the directory of the logfile.
- getLogDirPath() - Method in class de.christofreichardt.diagnosis.file.FileTracerLogTee
-
- getMethodName() - Method in class de.christofreichardt.diagnosis.TraceMethod
-
The method name inclusive list of parameters.
- getName() - Method in class de.christofreichardt.diagnosis.AbstractTracer
-
The name of the tracer.
- getName() - Method in class de.christofreichardt.diagnosis.DebugLogTee
-
- getNamespaceURI(String) - Method in class de.christofreichardt.diagnosis.TracerConfigNamespaceContextImpl
-
Returns the fixed namespace URI for the prefix "dns".
- getNullPrintStream() - Method in class de.christofreichardt.diagnosis.AbstractTracer
-
A replacement for /dev/null.
- getPortNo() - Method in class de.christofreichardt.diagnosis.net.NetTracer
-
- getPrefix(String) - Method in class de.christofreichardt.diagnosis.TracerConfigNamespaceContextImpl
-
Returns the prefix for the fixed namespace "http://www.christofreichardt.de/java/tracer".
- getPrefixes(String) - Method in class de.christofreichardt.diagnosis.TracerConfigNamespaceContextImpl
-
Returns a special iterator implementation.
- getQueueSize() - Method in class de.christofreichardt.diagnosis.TracerFactory
-
- getQueueTracerClassname() - Method in class de.christofreichardt.diagnosis.TracerFactory
-
- getSignature() - Method in class de.christofreichardt.diagnosis.TraceMethod
-
This is the string representation of the method signature.
- getSyncObject() - Method in class de.christofreichardt.diagnosis.AbstractTracer
-
- getSyncObject() - Method in class de.christofreichardt.diagnosis.DebugLogTee
-
- getSyncObject() - Method in class de.christofreichardt.diagnosis.QueueTracer
-
Delegates to the corresponding method of the wrapped tracer.
- getThreadMap() - Method in class de.christofreichardt.diagnosis.AbstractTracer
-
Provides access to the tracing contexts indexed by Threads.
- getThreadMap() - Method in class de.christofreichardt.diagnosis.QueueTracer
-
Delegates to the corresponding method of the wrapped tracer.
- getTracePrintStream() - Method in class de.christofreichardt.diagnosis.AbstractTracer
-
- getTracer(String) - Method in class de.christofreichardt.diagnosis.TracerFactory
-
Returns the pooled tracer with the given name.
- getTracer(Thread) - Method in class de.christofreichardt.diagnosis.TracerFactory
-
Returns the mapped tracer for the given thread.