| Package | Description |
|---|---|
| com.wavefront.ingester | |
| wavefront.report |
| Modifier and Type | Method and Description |
|---|---|
Span |
SpanIngesterFormatter.drive(String input,
String defaultHostName,
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 | 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Span.Builder |
Span.newBuilder(Span other)
Creates a new Span RecordBuilder by copying an existing Span instance.
|
Copyright © 2018. All rights reserved.