Uses of Class
wavefront.report.Annotation
-
Packages that use Annotation Package Description com.wavefront.common com.wavefront.data com.wavefront.ingester wavefront.report -
-
Uses of Annotation in com.wavefront.common
Method parameters in com.wavefront.common with type arguments of type Annotation Modifier and Type Method Description static StringBuilderSerializerUtils. appendAnnotations(StringBuilder sb, List<Annotation> annotations)Append aList<Annotation>to a string builder as double-quoted key-value pairs. -
Uses of Annotation in com.wavefront.data
Methods in com.wavefront.data that return types with arguments of type Annotation Modifier and Type Method Description static List<Annotation>AnnotationUtils. toAnnotationList(com.google.common.collect.Multimap<String,String> tags)static List<Annotation>AnnotationUtils. toAnnotationList(Map<String,String> tags)Method parameters in com.wavefront.data with type arguments of type Annotation Modifier and Type Method Description static StringAnnotationUtils. getValue(List<Annotation> annotations, String key)static com.google.common.collect.SetMultimap<String,String>AnnotationUtils. toMultimap(Collection<Annotation> annotations) -
Uses of Annotation in com.wavefront.ingester
Method parameters in com.wavefront.ingester with type arguments of type Annotation Modifier and Type Method Description AbstractIngesterFormatter.IngesterFormatBuilder<T>AbstractIngesterFormatter.IngesterFormatBuilder. annotationList(BiConsumer<T,List<Annotation>> listConsumer)AbstractIngesterFormatter.IngesterFormatBuilder<T>AbstractIngesterFormatter.IngesterFormatBuilder. annotationList(BiConsumer<T,List<Annotation>> listConsumer, int limit)AbstractIngesterFormatter.IngesterFormatBuilder<T>AbstractIngesterFormatter.IngesterFormatBuilder. annotationList(BiConsumer<T,List<Annotation>> listConsumer, Predicate<String> stringPredicate)AbstractIngesterFormatter.IngesterFormatBuilder<T>AbstractIngesterFormatter.IngesterFormatBuilder. annotationList(Function<T,List<Annotation>> listProvider, BiConsumer<T,List<Annotation>> listConsumer)AbstractIngesterFormatter.IngesterFormatBuilder<T>AbstractIngesterFormatter.IngesterFormatBuilder. annotationList(Function<T,List<Annotation>> listProvider, BiConsumer<T,List<Annotation>> listConsumer)static StringAbstractIngesterFormatter. getHost(List<Annotation> annotations, List<String> customSourceTags) -
Uses of Annotation in wavefront.report
Fields in wavefront.report with type parameters of type Annotation Modifier and Type Field Description List<Annotation>ReportHistogram. annotationsDeprecated.List<Annotation>ReportMetric. annotationsDeprecated.List<Annotation>Span. annotationsDeprecated.Methods in wavefront.report that return Annotation Modifier and Type Method Description AnnotationAnnotation.Builder. build()static AnnotationAnnotation. fromByteBuffer(ByteBuffer b)Deserializes a Annotation from a ByteBuffer.Methods in wavefront.report that return types with arguments of type Annotation Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<Annotation>Annotation. createDecoder(org.apache.avro.message.SchemaStore resolver)Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.List<Annotation>ReportHistogram.Builder. getAnnotations()Gets the value of the 'annotations' field.List<Annotation>ReportHistogram. getAnnotations()Gets the value of the 'annotations' field.List<Annotation>ReportMetric.Builder. getAnnotations()Gets the value of the 'annotations' field.List<Annotation>ReportMetric. getAnnotations()Gets the value of the 'annotations' field.List<Annotation>Span.Builder. getAnnotations()Gets the value of the 'annotations' field.List<Annotation>Span. getAnnotations()Gets the value of the 'annotations' field.static org.apache.avro.message.BinaryMessageDecoder<Annotation>Annotation. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<Annotation>Annotation. getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in wavefront.report with parameters of type Annotation Modifier and Type Method Description static Annotation.BuilderAnnotation. newBuilder(Annotation other)Creates a new Annotation RecordBuilder by copying an existing Annotation instance.Method parameters in wavefront.report with type arguments of type Annotation Modifier and Type Method Description ReportHistogram.BuilderReportHistogram.Builder. setAnnotations(List<Annotation> value)Sets the value of the 'annotations' field.voidReportHistogram. setAnnotations(List<Annotation> value)Sets the value of the 'annotations' field.ReportMetric.BuilderReportMetric.Builder. setAnnotations(List<Annotation> value)Sets the value of the 'annotations' field.voidReportMetric. setAnnotations(List<Annotation> value)Sets the value of the 'annotations' field.Span.BuilderSpan.Builder. setAnnotations(List<Annotation> value)Sets the value of the 'annotations' field.voidSpan. setAnnotations(List<Annotation> value)Sets the value of the 'annotations' field.Constructor parameters in wavefront.report with type arguments of type Annotation Constructor Description ReportHistogram(String metric, Long timestamp, Histogram value, String host, String customer, List<Annotation> annotations)All-args constructor.ReportMetric(String metric, Long timestamp, Double value, String host, String customer, List<Annotation> annotations)All-args constructor.Span(String name, String spanId, String traceId, Long startMillis, Long duration, String source, String customer, List<Annotation> annotations)All-args constructor.
-