Package com.google.cloud.spanner
Class CompositeTracerFactory
java.lang.Object
com.google.api.gax.tracing.BaseApiTracerFactory
com.google.cloud.spanner.CompositeTracerFactory
- All Implemented Interfaces:
ApiTracerFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.api.gax.tracing.ApiTracerFactory
ApiTracerFactory.OperationType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType) Methods inherited from class com.google.api.gax.tracing.BaseApiTracerFactory
getInstanceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.tracing.ApiTracerFactory
needsContext, newTracer, withContext
-
Constructor Details
-
CompositeTracerFactory
-
-
Method Details
-
newTracer
public ApiTracer newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType) - Specified by:
newTracerin interfaceApiTracerFactory- Overrides:
newTracerin classBaseApiTracerFactory
-