| Package | Description |
|---|---|
| wavefront.report |
| Modifier and Type | Field and Description |
|---|---|
List<SpanLog> |
SpanLogs.logs
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SpanLog |
SpanLog.Builder.build() |
static SpanLog |
SpanLog.fromByteBuffer(ByteBuffer b)
Deserializes a SpanLog from a ByteBuffer.
|
| Modifier and Type | Method and 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 specified
SchemaStore. |
static org.apache.avro.message.BinaryMessageDecoder<SpanLog> |
SpanLog.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<SpanLog> |
SpanLogs.getLogs()
Gets the value of the 'logs' field.
|
List<SpanLog> |
SpanLogs.Builder.getLogs()
Gets the value of the 'logs' field.
|
| Modifier and Type | Method and Description |
|---|---|
static SpanLog.Builder |
SpanLog.newBuilder(SpanLog other)
Creates a new SpanLog RecordBuilder by copying an existing SpanLog instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpanLogs.setLogs(List<SpanLog> value)
Sets the value of the 'logs' field.
|
SpanLogs.Builder |
SpanLogs.Builder.setLogs(List<SpanLog> value)
Sets the value of the 'logs' field.
|
| Constructor and Description |
|---|
SpanLogs(String customer,
String traceId,
String spanId,
String spanSecondaryId,
List<SpanLog> logs)
All-args constructor.
|
Copyright © 2020. All rights reserved.