| Package | Description |
|---|---|
| com.wavefront.common | |
| com.wavefront.ingester | |
| wavefront.report |
| Modifier and Type | Method and Description |
|---|---|
static StringBuilder |
SerializerUtils.appendAnnotations(StringBuilder sb,
List<Annotation> annotations)
Append a
List<Annotation> to a string builder as double-quoted key-value pairs. |
| Modifier and Type | Method and Description |
|---|---|
AbstractIngesterFormatter.IngesterFormatBuilder<T> |
AbstractIngesterFormatter.IngesterFormatBuilder.annotationList(java.util.function.BiConsumer<T,List<Annotation>> listConsumer) |
| 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.
|
static org.apache.avro.message.BinaryMessageEncoder<Annotation> |
Annotation.getEncoder()
Return the BinaryMessageEncoder 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.