Uses of Interface
org.apache.hadoop.hbase.trace.TraceUtil.ThrowingCallable
Packages that use TraceUtil.ThrowingCallable
Package
Description
Provides HBase Client
-
Uses of TraceUtil.ThrowingCallable in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client with parameters of type TraceUtil.ThrowingCallableModifier 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
Methods in org.apache.hadoop.hbase.trace with parameters of type TraceUtil.ThrowingCallableModifier 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)