Package com.wavefront.ingester
Class ReportPointSerializer
- java.lang.Object
-
- com.wavefront.ingester.ReportPointSerializer
-
- All Implemented Interfaces:
Function<ReportPoint,String>
@Deprecated public class ReportPointSerializer extends Object implements Function<ReportPoint,String>
Deprecated.DEPRECATED: useReportMetricSerializerinstead. Convert aReportPointto its string representation in a canonical format (quoted metric name, tag values and keys (except for "source"). Supports numeric andHistogramvalues.- Author:
- vasily@wavefront.com
-
-
Constructor Summary
Constructors Constructor Description ReportPointSerializer()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Stringapply(ReportPoint point)Deprecated.static StringpointToString(ReportPoint point)Deprecated.
-
-
-
Method Detail
-
apply
public String apply(ReportPoint point)
Deprecated.- Specified by:
applyin interfaceFunction<ReportPoint,String>
-
pointToString
public static String pointToString(ReportPoint point)
Deprecated.
-
-