Class AnnotationInformation
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.trace.AnnotationInformation
-
public class AnnotationInformation extends Object
Generates annotation information for the trace- Since:
- 2.0.0
-
-
Field Summary
Fields Modifier and Type Field Description Stringannotationlongtime
-
Constructor Summary
Constructors Constructor Description AnnotationInformation()AnnotationInformation(String annotation, long time)Stores a trace annotation
-
-
-
Field Detail
-
annotation
public String annotation
-
time
public long time
-
-
Constructor Detail
-
AnnotationInformation
public AnnotationInformation()
-
AnnotationInformation
public AnnotationInformation(String annotation, long time)
Stores a trace annotation- Parameters:
annotation- Annotation messagetime- Annotation time
-
-