| Package | Description |
|---|---|
| wavefront.report |
| Modifier and Type | Method and Description |
|---|---|
SpanLog.Builder |
SpanLog.Builder.clearFields()
Clears the value of the 'fields' field.
|
SpanLog.Builder |
SpanLog.Builder.clearTimestamp()
Clears the value of the 'timestamp' field.
|
static SpanLog.Builder |
SpanLog.newBuilder()
Creates a new SpanLog RecordBuilder.
|
static SpanLog.Builder |
SpanLog.newBuilder(SpanLog.Builder other)
Creates a new SpanLog RecordBuilder by copying an existing Builder.
|
static SpanLog.Builder |
SpanLog.newBuilder(SpanLog other)
Creates a new SpanLog RecordBuilder by copying an existing SpanLog instance.
|
SpanLog.Builder |
SpanLog.Builder.setFields(Map<String,String> value)
Sets the value of the 'fields' field.
|
SpanLog.Builder |
SpanLog.Builder.setTimestamp(long value)
Sets the value of the 'timestamp' field.
|
| Modifier and Type | Method and Description |
|---|---|
static SpanLog.Builder |
SpanLog.newBuilder(SpanLog.Builder other)
Creates a new SpanLog RecordBuilder by copying an existing Builder.
|
Copyright © 2019. All rights reserved.