public class InfluxLineParser extends Object
| 构造器和说明 |
|---|
InfluxLineParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<org.influxdb.dto.Point> |
parserRecordsToPoints(String records) |
static List<org.influxdb.dto.Point> |
parserRecordsToPoints(String records,
TimeUnit precision) |
static List<org.influxdb.dto.Point> |
parserRecordsToPointsWithPrecision(String records,
String precision) |
static org.influxdb.dto.Point |
parseToPoint(String input) |
static org.influxdb.dto.Point |
parseToPoint(String input,
TimeUnit precision) |
public static List<org.influxdb.dto.Point> parserRecordsToPoints(String records)
public static List<org.influxdb.dto.Point> parserRecordsToPointsWithPrecision(String records, String precision)
public static List<org.influxdb.dto.Point> parserRecordsToPoints(String records, TimeUnit precision)
public static org.influxdb.dto.Point parseToPoint(String input)
Copyright © 2022 The Apache Software Foundation. All rights reserved.