Searched refs:startSpanAndCall (Results 1 – 2 of 2) sorted by relevance
78 public void startSpanAndCall() throws Exception { in startSpanAndCall() method in SpanBuilderTest82 spanBuilder.startSpanAndCall( in startSpanAndCall()
312 public final <V> V startSpanAndCall(Callable<V> callable) throws Exception { in startSpanAndCall() method in SpanBuilder