| Package | Description |
|---|---|
| wavefront.report |
| Modifier and Type | Method and Description |
|---|---|
Trace |
Trace.Builder.build() |
static Trace |
Trace.fromByteBuffer(ByteBuffer b)
Deserializes a Trace from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<Trace> |
Trace.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<Trace> |
Trace.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
static org.apache.avro.message.BinaryMessageEncoder<Trace> |
Trace.getEncoder()
Return the BinaryMessageEncoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static Trace.Builder |
Trace.newBuilder(Trace other)
Creates a new Trace RecordBuilder by copying an existing Trace instance.
|
Copyright © 2020. All rights reserved.