Class TracesForTypeInformation
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.trace.TracesForTypeInformation
-
public class TracesForTypeInformation extends Object
Generates a list of traces per type- Since:
- 2.0.0
-
-
Constructor Summary
Constructors Constructor Description TracesForTypeInformation()TracesForTypeInformation(RemoteSpan span)Generates the trace information based on a span
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LonggetDateFromSpan(RemoteSpan span)protected StringgetIDFromSpan(RemoteSpan span)protected StringgetLocation(RemoteSpan span)protected LonggetSpanTime(RemoteSpan span)
-
-
-
Constructor Detail
-
TracesForTypeInformation
public TracesForTypeInformation()
-
TracesForTypeInformation
public TracesForTypeInformation(RemoteSpan span)
Generates the trace information based on a span- Parameters:
span- Remote span with trace information
-
-
Method Detail
-
getIDFromSpan
protected String getIDFromSpan(RemoteSpan span)
-
getDateFromSpan
protected Long getDateFromSpan(RemoteSpan span)
-
getSpanTime
protected Long getSpanTime(RemoteSpan span)
-
getLocation
protected String getLocation(RemoteSpan span)
-
-