Class CompositeTracer (2.22.0)

public class CompositeTracer extends BaseApiTracer

Inheritance

BaseApiTracer > CompositeTracer

Constructors

CompositeTracer(List<ApiTracer> arg0)

public CompositeTracer(List<ApiTracer> arg0)
Parameter
Name Description
arg0 List<ApiTracer>

Methods

addAttributes(String arg0, String arg1)

public void addAttributes(String arg0, String arg1)
Parameters
Name Description
arg0 String
arg1 String

attemptCancelled()

public void attemptCancelled()

attemptFailed(Throwable arg0, Duration arg1)

public void attemptFailed(Throwable arg0, Duration arg1)
Parameters
Name Description
arg0 Throwable
arg1 org.threeten.bp.Duration

attemptFailedDuration(Throwable arg0, Duration arg1)

public void attemptFailedDuration(Throwable arg0, Duration arg1)
Parameters
Name Description
arg0 Throwable
arg1 Duration

attemptFailedRetriesExhausted(Throwable arg0)

public void attemptFailedRetriesExhausted(Throwable arg0)
Parameter
Name Description
arg0 Throwable

attemptPermanentFailure(Throwable arg0)

public void attemptPermanentFailure(Throwable arg0)
Parameter
Name Description
arg0 Throwable

attemptStarted(int arg0)

public void attemptStarted(int arg0)
Parameter
Name Description
arg0 int

attemptStarted(Object arg0, int arg1)

public void attemptStarted(Object arg0, int arg1)
Parameters
Name Description
arg0 Object
arg1 int

attemptSucceeded()

public void attemptSucceeded()

batchRequestSent(long arg0, long arg1)

public void batchRequestSent(long arg0, long arg1)
Parameters
Name Description
arg0 long
arg1 long

connectionSelected(String arg0)

public void connectionSelected(String arg0)
Parameter
Name Description
arg0 String

inScope()

public ApiTracer.Scope inScope()
Returns
Type Description
Scope

lroStartFailed(Throwable arg0)

public void lroStartFailed(Throwable arg0)
Parameter
Name Description
arg0 Throwable

lroStartSucceeded()

public void lroStartSucceeded()

operationCancelled()

public void operationCancelled()

operationFailed(Throwable arg0)

public void operationFailed(Throwable arg0)
Parameter
Name Description
arg0 Throwable

operationSucceeded()

public void operationSucceeded()

requestSent()

public void requestSent()

responseReceived()

public void responseReceived()