| Constructor and Description |
|---|
OpenTSDBDecoder() |
OpenTSDBDecoder(String hostName) |
| Modifier and Type | Method and Description |
|---|---|
void |
decodeReportPoints(String msg,
List<ReportPoint> out)
Certain decoders support decoding the customer id from the input line itself.
|
void |
decodeReportPoints(String msg,
List<ReportPoint> out,
String customerId)
Decode graphite points and dump them into an output array.
|
public OpenTSDBDecoder()
public OpenTSDBDecoder(String hostName)
public void decodeReportPoints(String msg, List<ReportPoint> out, String customerId)
DecoderdecodeReportPoints in interface Decodermsg - Message to parse.out - List to output the parsed point.customerId - The customer id to use as the table for the result ReportPoint.public void decodeReportPoints(String msg, List<ReportPoint> out)
DecoderdecodeReportPoints in interface Decodermsg - Message to parse.out - List to output the parsed point.Copyright © 2016. All rights reserved.