- get(String) - Method in class org.htrace.HTraceConfiguration
-
- get(String, String) - Method in class org.htrace.HTraceConfiguration
-
- getAccumulatedMillis() - Method in class org.htrace.impl.MilliSpan
-
- getAccumulatedMillis() - Method in interface org.htrace.Span
-
Return the total amount of time elapsed since start was called, if running,
or difference between stop and start
- getBoolean(String, boolean) - Method in class org.htrace.HTraceConfiguration
-
- getDescription() - Method in class org.htrace.impl.MilliSpan
-
- getDescription() - Method in interface org.htrace.Span
-
Return a textual description of this span
- getImpl() - Method in class org.htrace.wrappers.TraceCallable
-
- getInstance() - Static method in class org.htrace.Tracer
-
- getInt(String, int) - Method in class org.htrace.HTraceConfiguration
-
- getKVAnnotations() - Method in class org.htrace.impl.MilliSpan
-
- getKVAnnotations() - Method in interface org.htrace.Span
-
Get data associated with this span (read only)
- getMessage() - Method in class org.htrace.TimelineAnnotation
-
- getParentId() - Method in class org.htrace.impl.MilliSpan
-
- getParentId() - Method in interface org.htrace.Span
-
Return the pseudo-unique (random) number of the parent span, returns
ROOT_SPAN_ID if this is the root span
- getProcessId() - Method in class org.htrace.impl.MilliSpan
-
- getProcessId() - Method in interface org.htrace.Span
-
Return a unique id for the node or process from which this Span originated.
- getRoots() - Method in class org.htrace.TraceTree
-
- getSpan() - Method in class org.htrace.TraceScope
-
- getSpanId() - Method in class org.htrace.impl.MilliSpan
-
- getSpanId() - Method in interface org.htrace.Span
-
A pseudo-unique (random) number assigned to this span instance
- getSpans() - Method in class org.htrace.impl.POJOSpanReceiver
-
- getSpans() - Method in class org.htrace.TraceTree
-
- getSpansByParentIdMap() - Method in class org.htrace.TraceTree
-
- getSpansByPidMap() - Method in class org.htrace.TraceTree
-
- getStartTimeMillis() - Method in class org.htrace.impl.MilliSpan
-
- getStartTimeMillis() - Method in interface org.htrace.Span
-
Get the start time, in milliseconds
- getStopTimeMillis() - Method in class org.htrace.impl.MilliSpan
-
- getStopTimeMillis() - Method in interface org.htrace.Span
-
Get the stop time, in milliseconds
- getTime() - Method in class org.htrace.TimelineAnnotation
-
- getTimelineAnnotations() - Method in class org.htrace.impl.MilliSpan
-
- getTimelineAnnotations() - Method in interface org.htrace.Span
-
Get any timeline annotations (read only)
- getTraceId() - Method in class org.htrace.impl.MilliSpan
-
- getTraceId() - Method in interface org.htrace.Span
-
A pseudo-unique (random) number assigned to the trace associated with this
span