public class ReportSourceTagDecoder extends Object implements ReportableEntityDecoder<String,ReportSourceTag>
| Modifier and Type | Field and Description |
|---|---|
static String |
SOURCE_DESCRIPTION |
static String |
SOURCE_TAG |
| Constructor and Description |
|---|
ReportSourceTagDecoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(String msg,
List<ReportSourceTag> out,
String customerId)
Decode entities (points, spans, etc) and dump them into an output array.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecodepublic static final String SOURCE_TAG
public static final String SOURCE_DESCRIPTION
public void decode(String msg, List<ReportSourceTag> out, String customerId)
ReportableEntityDecoderdecode in interface ReportableEntityDecoder<String,ReportSourceTag>msg - Message to parse.out - List to output the parsed point.customerId - The customer id to use as the table for the resulting entities.Copyright © 2018. All rights reserved.