public class InfluxContentParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InfluxContentParser.ContentLine
POJO representing the contents of a parsed line.
|
| Constructor and Description |
|---|
InfluxContentParser() |
| Modifier and Type | Method and Description |
|---|---|
static List<InfluxContentParser.ContentLine> |
parse(String source)
Parses a given String in InfluxDB line format.
|
public static List<InfluxContentParser.ContentLine> parse(String source)
source - the source in InfluxDB line format.Copyright © 2004-2018. All Rights Reserved.