public abstract class TraceData extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TraceData.Builder |
| Constructor and Description |
|---|
TraceData() |
| Modifier and Type | Method and Description |
|---|---|
static TraceData.Builder |
builder() |
abstract Boolean |
getSample()
Indication of request should be sampled or not.
|
abstract SpanId |
getSpanId()
Span id.
|
public static TraceData.Builder builder()
Copyright © 2016. All rights reserved.