Class TraceType
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.trace.TraceType
-
public class TraceType extends Object
Generates a list of traces grouped by type- Since:
- 2.0.0
-
-
Field Summary
Fields Modifier and Type Field Description List<TracesForTypeInformation>tracesStringtraceType
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTrace(TracesForTypeInformation traces)Adds a new trace to the list
-
-
-
Field Detail
-
traceType
public String traceType
-
traces
public List<TracesForTypeInformation> traces
-
-
Constructor Detail
-
TraceType
public TraceType()
-
TraceType
public TraceType(String type)
Creates a new list grouped by type- Parameters:
type- Type of the trace group
-
-
Method Detail
-
addTrace
public void addTrace(TracesForTypeInformation traces)
Adds a new trace to the list- Parameters:
traces- Trace to add
-
-