hbase/hbase-server
Nick Dimiduk 9c037b1be7 HBASE-26764 Implement generic exception support for TraceUtil methods over Callables and Runnables
For the `TraceUtil` methods that accept `Callable` and `Runnable` types, make them generic over a
child of `Throwable`. This allows us to consolidate the two method signatures into a single more
flexible definition.

Signed-off-by: Duo Zhang <zhangduo@apache.org>
2022-03-03 12:18:33 +01:00
..
src HBASE-26764 Implement generic exception support for TraceUtil methods over Callables and Runnables 2022-03-03 12:18:33 +01:00
pom.xml HBASE-26521 Name RPC spans as `$package.$service/$method` (#4024) 2022-02-09 15:22:31 +01:00