Trace instead@Deprecated public class Trace extends Trace
| Constructor and Description |
|---|
Trace()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Span |
currentTrace()
Deprecated.
|
static void |
endThread(Span span)
Deprecated.
|
static boolean |
isTracing()
Deprecated.
|
static void |
off()
Deprecated.
|
static void |
offNoFlush()
Deprecated.
|
static Span |
on(String description)
Deprecated.
|
static Span |
start(String description)
Deprecated.
|
static Span |
startThread(Span parent,
String description)
Deprecated.
|
static Span |
trace(TInfo info,
String description)
Deprecated.
|
static Runnable |
wrap(Runnable runnable)
Deprecated.
|
static <T> T |
wrapAll(T instance)
Deprecated.
|
static <T> T |
wrapAll(T instance,
Sampler dist)
Deprecated.
|
currentTraceId, data, on, wrapAllpublic static void off()
public static void offNoFlush()
public static boolean isTracing()
public static Span currentTrace()
public static void endThread(Span span)
public static <T> T wrapAll(T instance)
public static <T> T wrapAll(T instance,
Sampler dist)
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.