public class ReportPointIngesterFormatter extends AbstractIngesterFormatter<ReportPoint>
| Modifier and Type | Class and Description |
|---|---|
static class |
ReportPointIngesterFormatter.ReportPointIngesterFormatBuilder
A builder pattern to create a format for the report point parse.
|
AbstractIngesterFormatter.AbstractWrapper, AbstractIngesterFormatter.AdaptiveEndTimestamp, AbstractIngesterFormatter.AdaptiveTimestamp, AbstractIngesterFormatter.AlphaNumericValue, AbstractIngesterFormatter.BinType, AbstractIngesterFormatter.Centroid, AbstractIngesterFormatter.Duration, AbstractIngesterFormatter.EventWrapper, AbstractIngesterFormatter.FormatterElement, AbstractIngesterFormatter.GuardedLoop, AbstractIngesterFormatter.IngesterFormatBuilder<T>, AbstractIngesterFormatter.Literal, AbstractIngesterFormatter.Literals, AbstractIngesterFormatter.Loop, AbstractIngesterFormatter.LoopOfKeywords, AbstractIngesterFormatter.Metric, AbstractIngesterFormatter.Name, AbstractIngesterFormatter.ReportPointWrapper, AbstractIngesterFormatter.ReportSourceTagWrapper, AbstractIngesterFormatter.SpanWrapper, AbstractIngesterFormatter.Tag, AbstractIngesterFormatter.Timestamp, AbstractIngesterFormatter.TimestampAdjuster, AbstractIngesterFormatter.Value, AbstractIngesterFormatter.WhitespacedsWrapperLexerThreadLocal, elements, WHITESPACE_ELEMENT| Modifier and Type | Method and Description |
|---|---|
ReportPoint |
drive(String input,
String defaultHostName,
String customerId,
List<String> customSourceTags) |
static AbstractIngesterFormatter.IngesterFormatBuilder<ReportPoint> |
newBuilder() |
drive, getLiteral, getQueue, unquotepublic static AbstractIngesterFormatter.IngesterFormatBuilder<ReportPoint> newBuilder()
public ReportPoint drive(String input, String defaultHostName, String customerId, @Nullable List<String> customSourceTags)
drive in class AbstractIngesterFormatter<ReportPoint>Copyright © 2020. All rights reserved.