@InterfaceAudience.Private public class ProcedureSpanBuilder extends Object implements Supplier<io.opentelemetry.api.trace.Span>
Span instance for a Procedure execution.| Modifier and Type | Field and Description |
|---|---|
private String |
name |
private long |
parentProcId |
private long |
procId |
| Constructor and Description |
|---|
ProcedureSpanBuilder(Procedure<?> proc) |
| Modifier and Type | Method and Description |
|---|---|
io.opentelemetry.api.trace.Span |
build() |
io.opentelemetry.api.trace.Span |
get() |
private final long procId
private final long parentProcId
public ProcedureSpanBuilder(Procedure<?> proc)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.