public class IngesterFormatter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IngesterFormatter.AdaptiveTimestamp |
static class |
IngesterFormatter.BinType |
static class |
IngesterFormatter.Centroid |
static class |
IngesterFormatter.GuardedLoop
Similar to
IngesterFormatter.Loop, but expects a configurable non-whitespace Token |
static class |
IngesterFormatter.IngesterFormatBuilder |
static class |
IngesterFormatter.Literal |
static class |
IngesterFormatter.Loop |
static class |
IngesterFormatter.Metric |
static class |
IngesterFormatter.Tag |
static class |
IngesterFormatter.Timestamp |
static class |
IngesterFormatter.TimestampAdjuster
Pins the point's timestamp to the beginning of the respective interval
|
static class |
IngesterFormatter.Value |
static class |
IngesterFormatter.Whitespace |
| Modifier and Type | Method and Description |
|---|---|
ReportPoint |
drive(String input,
String defaultHostName,
String customerId,
List<String> customSourceTags) |
static IngesterFormatter.IngesterFormatBuilder |
newBuilder() |
static String |
unquote(String text) |
public ReportPoint drive(String input, String defaultHostName, String customerId, List<String> customSourceTags)
public static IngesterFormatter.IngesterFormatBuilder newBuilder()
Copyright © 2017. All rights reserved.