Skip navigation links
C G I R T 

C

convert(Tracer) - Method in interface io.opentracing.contrib.tracerresolver.TracerConverter
Function that converts a Tracer.

G

getTracer() - Method in interface io.opentracing.contrib.tracerresolver.TracerFactory
Returns the concrete tracer implementation.

I

io.opentracing.contrib.tracerresolver - package io.opentracing.contrib.tracerresolver
 

R

reload() - Static method in class io.opentracing.contrib.tracerresolver.TracerResolver
Deprecated.
This method is now no-op. It's safe to just remove this method call, as there's no caching anymore.
resolve() - Method in class io.opentracing.contrib.tracerresolver.TracerResolver
Deprecated.
Tracers are encouraged to use the TracerFactory interface to provide tracers
resolveTracer() - Static method in class io.opentracing.contrib.tracerresolver.TracerResolver
Attempts to resolve a Tracer via ServiceLoader using a variety of mechanisms, from the most recommended to the least recommended:
resolveTracer(ClassLoader) - Static method in class io.opentracing.contrib.tracerresolver.TracerResolver
Attempts to resolve a Tracer via ServiceLoader using a variety of mechanisms, from the most recommended to the least recommended:

T

TracerConverter - Interface in io.opentracing.contrib.tracerresolver
Function converting an existing Tracer.
TracerFactory - Interface in io.opentracing.contrib.tracerresolver
Represents a class that knows how to select and build an appropriate tracer.
TracerResolver - Class in io.opentracing.contrib.tracerresolver
TracerResolver API definition looks for one or more registered TracerResolver implementations using the ServiceLoader.
TracerResolver() - Constructor for class io.opentracing.contrib.tracerresolver.TracerResolver
 
C G I R T 
Skip navigation links

Copyright © 2017–2019. All rights reserved.