Class TraceInformation
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.trace.TraceInformation
-
public class TraceInformation extends Object
Generates a list of traces for an ID- Since:
- 2.0.0
-
-
Constructor Summary
Constructors Constructor Description TraceInformation()TraceInformation(int level, long time, long start, long spanID, String location, String name, AddlInformation addlData)Generates a trace
-
-
-
Field Detail
-
level
public int level
-
time
public long time
-
start
public long start
-
spanID
public long spanID
-
location
public String location
-
name
public String name
-
addlData
public AddlInformation addlData
-
-
Constructor Detail
-
TraceInformation
public TraceInformation()
-
TraceInformation
public TraceInformation(int level, long time, long start, long spanID, String location, String name, AddlInformation addlData)Generates a trace- Parameters:
level- Level of the tracetime- Amount of time the trace ranstart- Start time of the tracespanID- ID of the spanlocation- Location of the tracename- Name of the traceaddlData- Additional data for the trace
-
-