public interface Decoder
| 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.
|
void decodeReportPoints(String msg, List<ReportPoint> out, String customerId)
msg - Message to parse.out - List to output the parsed point.customerId - The customer id to use as the table for the result ReportPoint.void decodeReportPoints(String msg, List<ReportPoint> out)
msg - Message to parse.out - List to output the parsed point.Copyright © 2016. All rights reserved.