Uses of Interface
org.apache.hadoop.hbase.trace.TraceUtil.ThrowingCallable
Package
Description
Provides HBase Client
-
Uses of TraceUtil.ThrowingCallable in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionprivate <R,
T extends Throwable>
RHRegionLocator.tracedLocationFuture
(TraceUtil.ThrowingCallable<R, T> action, Function<R, List<String>> getRegionNames, Supplier<io.opentelemetry.api.trace.Span> spanSupplier) -
Uses of TraceUtil.ThrowingCallable in org.apache.hadoop.hbase.trace
Modifier and TypeMethodDescriptionstatic <R,
T extends Throwable>
RTraceUtil.trace
(TraceUtil.ThrowingCallable<R, T> callable, String spanName) static <R,
T extends Throwable>
RTraceUtil.trace
(TraceUtil.ThrowingCallable<R, T> callable, Supplier<io.opentelemetry.api.trace.Span> spanSupplier)