| Package | Description |
|---|---|
| com.wavefront.ingester | |
| wavefront.report |
| Modifier and Type | Method and Description |
|---|---|
ReportSourceTag |
ReportSourceTagIngesterFormatter.drive(String input,
String defaultHostName,
String customerId,
List<String> customerSourceTags)
This method can be used to parse the input line into a ReportSourceTag object.
|
| 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 © 2018. All rights reserved.