Uses of Class
com.google.api.gax.tracing.SpanName
Packages that use SpanName
-
Uses of SpanName in com.google.api.gax.tracing
Methods in com.google.api.gax.tracing that return SpanNameMethods in com.google.api.gax.tracing with parameters of type SpanNameModifier and TypeMethodDescriptionApiTracerFactory.newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType) Create a newApiTracerthat will be a child of the current context.BaseApiTracerFactory.newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType) Create a newApiTracerthat will be a child of the current context.MetricsTracerFactory.newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType) OpencensusTracerFactory.newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType) Create a newApiTracerthat will be a child of the current context.Constructors in com.google.api.gax.tracing with parameters of type SpanNameModifierConstructorDescriptionTracedBatchingCallable(UnaryCallable<RequestT, ResponseT> innerCallable, ApiTracerFactory tracerFactory, SpanName spanName, BatchingDescriptor<RequestT, ResponseT> batchingDescriptor) TracedBidiCallable(BidiStreamingCallable<RequestT, ResponseT> innerCallable, ApiTracerFactory tracerFactory, SpanName spanName) TracedClientStreamingCallable(ClientStreamingCallable<RequestT, ResponseT> innerCallable, ApiTracerFactory tracerFactory, SpanName spanName) TracedOperationCallable(OperationCallable<RequestT, ResponseT, MetadataT> innerCallable, ApiTracerFactory tracerFactory, SpanName spanName) TracedOperationInitialCallable(UnaryCallable<RequestT, OperationSnapshot> innerCallable, ApiTracerFactory tracedFactory, SpanName spanName) TracedServerStreamingCallable(ServerStreamingCallable<RequestT, ResponseT> innerCallable, ApiTracerFactory tracerFactory, SpanName spanName) TracedUnaryCallable(UnaryCallable<RequestT, ResponseT> innerCallable, ApiTracerFactory tracerFactory, SpanName spanName)