Uses of Class
wavefront.report.SpanLogs
-
Packages that use SpanLogs Package Description com.wavefront.ingester wavefront.report -
-
Uses of SpanLogs in com.wavefront.ingester
Methods in com.wavefront.ingester with parameters of type SpanLogs Modifier and Type Method Description StringSpanLogsSerializer. apply(SpanLogs spanLogs)Method parameters in com.wavefront.ingester with type arguments of type SpanLogs Modifier and Type Method Description voidSpanLogsDecoder. decode(com.fasterxml.jackson.databind.JsonNode msg, List<SpanLogs> out, String customerId, IngesterContext ctx) -
Uses of SpanLogs in wavefront.report
Methods in wavefront.report that return SpanLogs Modifier and Type Method Description SpanLogsSpanLogs.Builder. build()static SpanLogsSpanLogs. fromByteBuffer(ByteBuffer b)Deserializes a SpanLogs from a ByteBuffer.Methods in wavefront.report that return types with arguments of type SpanLogs Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<SpanLogs>SpanLogs. createDecoder(org.apache.avro.message.SchemaStore resolver)Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.static org.apache.avro.message.BinaryMessageDecoder<SpanLogs>SpanLogs. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<SpanLogs>SpanLogs. getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in wavefront.report with parameters of type SpanLogs Modifier and Type Method Description static SpanLogs.BuilderSpanLogs. newBuilder(SpanLogs other)Creates a new SpanLogs RecordBuilder by copying an existing SpanLogs instance.
-