| Package | Description |
|---|---|
| com.wavefront.data | |
| com.wavefront.ingester | |
| wavefront.report |
| Modifier and Type | Method and Description |
|---|---|
static void |
Validation.validateSpan(Span span,
ValidationConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
Span |
SpanIngesterFormatter.drive(String input,
java.util.function.Supplier<String> defaultHostNameSupplier,
String customerId,
List<String> customSourceTags) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractIngesterFormatter.IngesterFormatBuilder<Span> |
SpanIngesterFormatter.newBuilder() |
| Modifier and Type | Method and Description |
|---|---|
String |
SpanSerializer.apply(Span span) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpanDecoder.decode(String msg,
List<Span> out,
String customerId) |
| Modifier and Type | Field and Description |
|---|---|
List<Span> |
Trace.spans
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Span |
Span.Builder.build() |
static Span |
Span.fromByteBuffer(ByteBuffer b)
Deserializes a Span from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<Span> |
Span.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<Span> |
Span.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
static org.apache.avro.message.BinaryMessageEncoder<Span> |
Span.getEncoder()
Return the BinaryMessageEncoder instance used by this class.
|
List<Span> |
Trace.getSpans()
Gets the value of the 'spans' field.
|
List<Span> |
Trace.Builder.getSpans()
Gets the value of the 'spans' field.
|
| Modifier and Type | Method and Description |
|---|---|
static Span.Builder |
Span.newBuilder(Span other)
Creates a new Span RecordBuilder by copying an existing Span instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Trace.setSpans(List<Span> value)
Sets the value of the 'spans' field.
|
Trace.Builder |
Trace.Builder.setSpans(List<Span> value)
Sets the value of the 'spans' field.
|
| Constructor and Description |
|---|
Trace(String traceId,
String customer,
List<Span> spans)
All-args constructor.
|
Copyright © 2020. All rights reserved.