| Package | Description |
|---|---|
| com.wavefront.dto | |
| com.wavefront.ingester | |
| wavefront.report |
| Constructor and Description |
|---|
Event(ReportEvent event) |
| Modifier and Type | Method and Description |
|---|---|
ReportEvent |
EventIngesterFormatter.drive(String input,
String defaultHostName,
String customerId,
List<String> customSourceTags) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractIngesterFormatter.IngesterFormatBuilder<ReportEvent> |
EventIngesterFormatter.newBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDecoder.decode(String msg,
List<ReportEvent> out,
String customerId) |
| Modifier and Type | Method and Description |
|---|---|
ReportEvent |
ReportEvent.Builder.build() |
static ReportEvent |
ReportEvent.fromByteBuffer(ByteBuffer b)
Deserializes a ReportEvent from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ReportEvent> |
ReportEvent.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<ReportEvent> |
ReportEvent.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static ReportEvent.Builder |
ReportEvent.newBuilder(ReportEvent other)
Creates a new ReportEvent RecordBuilder by copying an existing ReportEvent instance.
|
Copyright © 2020. All rights reserved.