Uses of Class
com.google.api.gax.tracing.SpanName
-
Packages that use SpanName Package Description com.google.api.gax.tracing -
-
Uses of SpanName in com.google.api.gax.tracing
Methods in com.google.api.gax.tracing that return SpanName Modifier and Type Method Description static SpanNameSpanName. of(String clientName, String methodName)Creates a new instance of the name.Methods in com.google.api.gax.tracing with parameters of type SpanName Modifier and Type Method Description ApiTracerApiTracerFactory. newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType)Create a newApiTracerthat will be a child of the current context.ApiTracerBaseApiTracerFactory. newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType)Create a newApiTracerthat will be a child of the current context.ApiTracerOpencensusTracerFactory. newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType)Create a newApiTracerthat will be a child of the current context.
-