Package | Description |
---|---|
org.apache.hadoop.hbase.trace |
Modifier and Type | Method and Description |
---|---|
static <T extends Throwable> |
TraceUtil.trace(TraceUtil.ThrowingRunnable<T> runnable,
String spanName)
Trace the execution of
runnable . |
static <T extends Throwable> |
TraceUtil.trace(TraceUtil.ThrowingRunnable<T> runnable,
Supplier<io.opentelemetry.api.trace.Span> spanSupplier)
Trace the execution of
runnable . |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.