Package com.wavefront.ingester
Class ReportPointIngesterFormatter
- java.lang.Object
-
- com.wavefront.ingester.AbstractIngesterFormatter<ReportPoint>
-
- com.wavefront.ingester.ReportPointIngesterFormatter
-
@Deprecated public class ReportPointIngesterFormatter extends AbstractIngesterFormatter<ReportPoint>
Deprecated.DEPRECATED: useReportMetricIngesterFormatterinstead. Builder pattern for creating new ingestion formats. Inspired by the date time formatters in Joda.- Author:
- Clement Pang (clement@wavefront.com).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReportPointIngesterFormatter.ReportPointIngesterFormatBuilderDeprecated.-
Nested classes/interfaces inherited from class com.wavefront.ingester.AbstractIngesterFormatter
AbstractIngesterFormatter.AnnotationList<T extends org.apache.avro.specific.SpecificRecordBase>, AbstractIngesterFormatter.Centroids<T extends org.apache.avro.specific.SpecificRecordBase>, AbstractIngesterFormatter.FormatterElement<T>, AbstractIngesterFormatter.IngesterFormatBuilder<T extends org.apache.avro.specific.SpecificRecordBase>, AbstractIngesterFormatter.StringList<T extends org.apache.avro.specific.SpecificRecordBase>, AbstractIngesterFormatter.StringMap<T extends org.apache.avro.specific.SpecificRecordBase>, AbstractIngesterFormatter.StringMultiMap<T extends org.apache.avro.specific.SpecificRecordBase>, AbstractIngesterFormatter.Text<T extends org.apache.avro.specific.SpecificRecordBase>, AbstractIngesterFormatter.Timestamp<T extends org.apache.avro.specific.SpecificRecordBase>, AbstractIngesterFormatter.Value<T extends org.apache.avro.specific.SpecificRecordBase>
-
-
Field Summary
-
Fields inherited from class com.wavefront.ingester.AbstractIngesterFormatter
elements, EVENT_LITERAL, SOURCE_DESCRIPTION_LITERAL, SOURCE_TAG_LITERAL
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ReportPointdrive(String input, Supplier<String> defaultHostNameSupplier, String customerId, List<String> customSourceTags, IngesterContext ingesterContext)Deprecated.static AbstractIngesterFormatter.IngesterFormatBuilder<ReportPoint>newBuilder()Deprecated.-
Methods inherited from class com.wavefront.ingester.AbstractIngesterFormatter
drive, getHost, unquote
-
-
-
-
Method Detail
-
newBuilder
public static AbstractIngesterFormatter.IngesterFormatBuilder<ReportPoint> newBuilder()
Deprecated.
-
drive
public ReportPoint drive(String input, Supplier<String> defaultHostNameSupplier, String customerId, @Nullable List<String> customSourceTags, @Nullable IngesterContext ingesterContext)
Deprecated.- Specified by:
drivein classAbstractIngesterFormatter<ReportPoint>
-
-