| Package | Description |
|---|---|
| wavefront.report |
| Modifier and Type | Field and Description |
|---|---|
List<Annotation> |
Span.annotations
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Annotation |
Annotation.Builder.build() |
static Annotation |
Annotation.fromByteBuffer(ByteBuffer b)
Deserializes a Annotation from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<Annotation> |
Annotation.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
List<Annotation> |
Span.getAnnotations()
Gets the value of the 'annotations' field.
|
List<Annotation> |
Span.Builder.getAnnotations()
Gets the value of the 'annotations' field.
|
static org.apache.avro.message.BinaryMessageDecoder<Annotation> |
Annotation.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static Annotation.Builder |
Annotation.newBuilder(Annotation other)
Creates a new Annotation RecordBuilder by copying an existing Annotation instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Span.setAnnotations(List<Annotation> value)
Sets the value of the 'annotations' field.
|
Span.Builder |
Span.Builder.setAnnotations(List<Annotation> value)
Sets the value of the 'annotations' field.
|
| Constructor and Description |
|---|
Span(String name,
String spanId,
String traceId,
Long startMillis,
Long duration,
String source,
String customer,
List<Annotation> annotations)
All-args constructor.
|
Copyright © 2020. All rights reserved.