Class AddlInformation
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.trace.AddlInformation
-
public class AddlInformation extends Object
Generates additional information for the selected trace- Since:
- 2.0.0
-
-
Field Summary
Fields Modifier and Type Field Description List<AnnotationInformation>annotationsList<DataInformation>data
-
Constructor Summary
Constructors Constructor Description AddlInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAnnotations(AnnotationInformation annotations)Add a new annotationvoidaddData(DataInformation data)Add a new data
-
-
-
Field Detail
-
data
public List<DataInformation> data
-
annotations
public List<AnnotationInformation> annotations
-
-
Method Detail
-
addData
public void addData(DataInformation data)
Add a new data- Parameters:
data- Data to add
-
addAnnotations
public void addAnnotations(AnnotationInformation annotations)
Add a new annotation- Parameters:
annotations- Annotation to add
-
-