Uses of Class
wavefront.report.Trace
-
Packages that use Trace Package Description wavefront.report -
-
Uses of Trace in wavefront.report
Methods in wavefront.report that return Trace Modifier and Type Method Description TraceTrace.Builder. build()static TraceTrace. fromByteBuffer(ByteBuffer b)Deserializes a Trace from a ByteBuffer.Methods in wavefront.report that return types with arguments of type Trace Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<Trace>Trace. 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<Trace>Trace. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<Trace>Trace. getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in wavefront.report with parameters of type Trace Modifier and Type Method Description static Trace.BuilderTrace. newBuilder(Trace other)Creates a new Trace RecordBuilder by copying an existing Trace instance.
-