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.AdaptiveTimestamp, AbstractIngesterFormatter.AlphaNumericValue, AbstractIngesterFormatter.BinType, AbstractIngesterFormatter.Centroid, AbstractIngesterFormatter.FormatterElement, AbstractIngesterFormatter.GuardedLoop, AbstractIngesterFormatter.IngesterFormatBuilder<T>, AbstractIngesterFormatter.Keyword, AbstractIngesterFormatter.Literal, AbstractIngesterFormatter.Literals, AbstractIngesterFormatter.Loop, AbstractIngesterFormatter.LoopOfKeywords, AbstractIngesterFormatter.LoopOfValues, AbstractIngesterFormatter.Metric, AbstractIngesterFormatter.ReportPointWrapper, AbstractIngesterFormatter.ReportSourceTagWrapper, AbstractIngesterFormatter.Tag, AbstractIngesterFormatter.Timestamp, AbstractIngesterFormatter.TimestampAdjuster, AbstractIngesterFormatter.Value, AbstractIngesterFormatter.WhitespaceDOUBLE_QUOTE_PATTERN, DOUBLE_QUOTE_REPLACEMENT, dsWrapperLexerThreadLocal, elements, SINGLE_QUOTE_PATTERN, SINGLE_QUOTE_REPLACEMENT, 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 © 2018. All rights reserved.