public class TraceCallable<V> extends Object implements Callable<V>
SpanNamer
interface.| Constructor and Description |
|---|
TraceCallable(Tracer tracer,
SpanNamer spanNamer,
Callable<V> delegate) |
TraceCallable(Tracer tracer,
SpanNamer spanNamer,
Callable<V> delegate,
String name) |
| Modifier and Type | Method and Description |
|---|---|
V |
call() |
protected void |
close(Span span) |
protected Span |
continueSpan(Span span) |
protected Span |
detachSpan(Span span) |
Callable<V> |
getDelegate() |
String |
getName() |
Span |
getParent() |
protected String |
getSpanName() |
Tracer |
getTracer() |
protected Span |
startSpan() |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.