| Package | Description |
|---|---|
| com.wavefront.ingester | |
| wavefront.report |
| Modifier and Type | Class and Description |
|---|---|
class |
SourceTagIngesterFormatter<T extends ReportSourceTag>
This class can be used to parse sourceTags and description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceTagDecoder.decodeSourceTagLine(String msg,
List<ReportSourceTag> out) |
| Modifier and Type | Method and Description |
|---|---|
ReportSourceTag |
ReportSourceTag.Builder.build() |
static ReportSourceTag |
ReportSourceTag.fromByteBuffer(ByteBuffer b)
Deserializes a ReportSourceTag from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ReportSourceTag> |
ReportSourceTag.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
static org.apache.avro.message.BinaryMessageDecoder<ReportSourceTag> |
ReportSourceTag.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static ReportSourceTag.Builder |
ReportSourceTag.newBuilder(ReportSourceTag other)
Creates a new ReportSourceTag RecordBuilder by copying an existing ReportSourceTag instance.
|
Copyright © 2017. All rights reserved.