Uses of Class
wavefront.report.SpanLog
-
Packages that use SpanLog Package Description wavefront.report -
-
Uses of SpanLog in wavefront.report
Fields in wavefront.report with type parameters of type SpanLog Modifier and Type Field Description List<SpanLog>SpanLogs. logsDeprecated.Methods in wavefront.report that return SpanLog Modifier and Type Method Description SpanLogSpanLog.Builder. build()static SpanLogSpanLog. fromByteBuffer(ByteBuffer b)Deserializes a SpanLog from a ByteBuffer.Methods in wavefront.report that return types with arguments of type SpanLog Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<SpanLog>SpanLog. 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<SpanLog>SpanLog. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<SpanLog>SpanLog. getEncoder()Return the BinaryMessageEncoder instance used by this class.List<SpanLog>SpanLogs.Builder. getLogs()Gets the value of the 'logs' field.List<SpanLog>SpanLogs. getLogs()Gets the value of the 'logs' field.Methods in wavefront.report with parameters of type SpanLog Modifier and Type Method Description static SpanLog.BuilderSpanLog. newBuilder(SpanLog other)Creates a new SpanLog RecordBuilder by copying an existing SpanLog instance.Method parameters in wavefront.report with type arguments of type SpanLog Modifier and Type Method Description SpanLogs.BuilderSpanLogs.Builder. setLogs(List<SpanLog> value)Sets the value of the 'logs' field.voidSpanLogs. setLogs(List<SpanLog> value)Sets the value of the 'logs' field.Constructor parameters in wavefront.report with type arguments of type SpanLog Constructor Description SpanLogs(String customer, String traceId, String spanId, String spanSecondaryId, List<SpanLog> logs, String span)All-args constructor.
-