Span.Builder |
Span.Builder.clearAnnotations() |
Clears the value of the 'annotations' field.
|
Span.Builder |
Span.Builder.clearCustomer() |
Clears the value of the 'customer' field.
|
Span.Builder |
Span.Builder.clearDuration() |
Clears the value of the 'duration' field.
|
Span.Builder |
Span.Builder.clearName() |
Clears the value of the 'name' field.
|
Span.Builder |
Span.Builder.clearSource() |
Clears the value of the 'source' field.
|
Span.Builder |
Span.Builder.clearSpanId() |
Clears the value of the 'spanId' field.
|
Span.Builder |
Span.Builder.clearStartMillis() |
Clears the value of the 'startMillis' field.
|
Span.Builder |
Span.Builder.clearTraceId() |
Clears the value of the 'traceId' field.
|
static Span.Builder |
Span.newBuilder() |
Creates a new Span RecordBuilder.
|
static Span.Builder |
Span.newBuilder(Span other) |
Creates a new Span RecordBuilder by copying an existing Span instance.
|
static Span.Builder |
Span.newBuilder(Span.Builder other) |
Creates a new Span RecordBuilder by copying an existing Builder.
|
Span.Builder |
Span.Builder.setAnnotations(List<Annotation> value) |
Sets the value of the 'annotations' field.
|
Span.Builder |
Span.Builder.setCustomer(String value) |
Sets the value of the 'customer' field.
|
Span.Builder |
Span.Builder.setDuration(long value) |
Sets the value of the 'duration' field.
|
Span.Builder |
Span.Builder.setName(String value) |
Sets the value of the 'name' field.
|
Span.Builder |
Span.Builder.setSource(String value) |
Sets the value of the 'source' field.
|
Span.Builder |
Span.Builder.setSpanId(String value) |
Sets the value of the 'spanId' field.
|
Span.Builder |
Span.Builder.setStartMillis(long value) |
Sets the value of the 'startMillis' field.
|
Span.Builder |
Span.Builder.setTraceId(String value) |
Sets the value of the 'traceId' field.
|