Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.trace |
Modifier and Type | Method and Description |
---|---|
private <R,T extends Throwable> |
HRegionLocator.tracedLocationFuture(TraceUtil.ThrowingCallable<R,T> action,
Function<R,List<String>> getRegionNames,
Supplier<io.opentelemetry.api.trace.Span> spanSupplier) |
Modifier and Type | Method and Description |
---|---|
static <R,T extends Throwable> |
TraceUtil.trace(TraceUtil.ThrowingCallable<R,T> callable,
String spanName) |
static <R,T extends Throwable> |
TraceUtil.trace(TraceUtil.ThrowingCallable<R,T> callable,
Supplier<io.opentelemetry.api.trace.Span> spanSupplier) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.