| Package | Description |
|---|---|
| com.wavefront.ingester | |
| wavefront.report |
| Modifier and Type | Method and Description |
|---|---|
String |
SpanLogsSerializer.apply(SpanLogs spanLogs) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpanLogsDecoder.decode(com.fasterxml.jackson.databind.JsonNode msg,
List<SpanLogs> out,
String customerId) |
| Modifier and Type | Method and Description |
|---|---|
SpanLogs |
SpanLogs.Builder.build() |
static SpanLogs |
SpanLogs.fromByteBuffer(ByteBuffer b)
Deserializes a SpanLogs from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<SpanLogs> |
SpanLogs.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<SpanLogs> |
SpanLogs.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
static org.apache.avro.message.BinaryMessageEncoder<SpanLogs> |
SpanLogs.getEncoder()
Return the BinaryMessageEncoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static SpanLogs.Builder |
SpanLogs.newBuilder(SpanLogs other)
Creates a new SpanLogs RecordBuilder by copying an existing SpanLogs instance.
|
Copyright © 2020. All rights reserved.