Send feedback
Class CompositeTracer (6.74.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 6.74.1 keyboard_arrow_down
public class CompositeTracer extends BaseApiTracer
Constructors
CompositeTracer(List<ApiTracer> children)
public CompositeTracer ( List<ApiTracer> children )
Methods
addAttributes(String key, String value)
public void addAttributes ( String key , String value )
attemptCancelled()
public void attemptCancelled ()
Overrides
attemptFailed(Throwable error, Duration delay)
public void attemptFailed ( Throwable error , Duration delay )
Parameters
Name
Description
error
Throwable
delay
org.threeten.bp.Duration
Overrides
attemptFailedDuration(Throwable error, Duration delay)
public void attemptFailedDuration ( Throwable error , Duration delay )
attemptFailedRetriesExhausted(Throwable error)
public void attemptFailedRetriesExhausted ( Throwable error )
Overrides
attemptPermanentFailure(Throwable error)
public void attemptPermanentFailure ( Throwable error )
Overrides
attemptStarted(int attemptNumber)
public void attemptStarted ( int attemptNumber )
Parameter
Name
Description
attemptNumber
int
Overrides
attemptStarted(Object request, int attemptNumber)
public void attemptStarted ( Object request , int attemptNumber )
Parameters
Name
Description
request
Object
attemptNumber
int
Overrides
attemptSucceeded()
public void attemptSucceeded ()
Overrides
batchRequestSent(long elementCount, long requestSize)
public void batchRequestSent ( long elementCount , long requestSize )
Parameters
Name
Description
elementCount
long
requestSize
long
Overrides
connectionSelected(String id)
public void connectionSelected ( String id )
Parameter
Name
Description
id
String
Overrides
inScope()
public ApiTracer . Scope inScope ()
Returns
Type
Description
Scope
Overrides
lroStartFailed(Throwable error)
public void lroStartFailed ( Throwable error )
Overrides
lroStartSucceeded()
public void lroStartSucceeded ()
Overrides
operationCancelled()
public void operationCancelled ()
Overrides
operationFailed(Throwable error)
public void operationFailed ( Throwable error )
Overrides
operationSucceeded()
public void operationSucceeded ()
Overrides
requestSent()
public void requestSent ()
Overrides
responseReceived()
public void responseReceived ()
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]