public class IngesterFormatter<T extends ReportPoint> extends AbstractIngesterFormatter<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
IngesterFormatter.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, 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 |
|---|---|
T |
drive(String input,
String defaultHostName,
String customerId,
List<String> customSourceTags) |
static AbstractIngesterFormatter.IngesterFormatBuilder |
newBuilder() |
getLiteral, getQueue, unquotepublic static AbstractIngesterFormatter.IngesterFormatBuilder newBuilder()
public T drive(String input, String defaultHostName, String customerId, List<String> customSourceTags)
drive in class AbstractIngesterFormatter<T extends ReportPoint>Copyright © 2017. All rights reserved.