Skip navigation links
A B C E G I R S T 

A

activate() - Method in class io.opentracing.util.AutoFinishScope.Continuation
Deprecated.
 
activate(Span, boolean) - Method in class io.opentracing.util.AutoFinishScopeManager
Deprecated.
 
activate(Span) - Method in class io.opentracing.util.AutoFinishScopeManager
Deprecated.
 
activate(Span, boolean) - Method in class io.opentracing.util.ThreadLocalScopeManager
 
activate(Span) - Method in class io.opentracing.util.ThreadLocalScopeManager
 
activateSpan(Span) - Method in class io.opentracing.util.GlobalTracer
 
active() - Method in class io.opentracing.util.AutoFinishScopeManager
Deprecated.
 
active() - Method in class io.opentracing.util.ThreadLocalScopeManager
 
activeSpan() - Method in class io.opentracing.util.AutoFinishScopeManager
Deprecated.
 
activeSpan() - Method in class io.opentracing.util.GlobalTracer
 
activeSpan() - Method in class io.opentracing.util.ThreadLocalScopeManager
 
AutoFinishScope - Class in io.opentracing.util
Deprecated.
use ThreadLocalScope instead. The operation mode of this class contrasts with the 0.32 deprecation of auto finishing Spans upon Scope.close(). AutoFinishScope is a Scope implementation that uses ref-counting to automatically finish the wrapped Span.
AutoFinishScope.Continuation - Class in io.opentracing.util
Deprecated.
 
AutoFinishScopeManager - Class in io.opentracing.util
Deprecated.
use ThreadLocalScopeManager instead. The operation mode of this class contrasts with the 0.32 deprecation of auto finishing Spans upon Scope#close(). See https://github.com/opentracing/opentracing-java/issues/291 A ScopeManager implementation that uses ref-counting to automatically finish Spans.
AutoFinishScopeManager() - Constructor for class io.opentracing.util.AutoFinishScopeManager
Deprecated.
 

B

buildSpan(String) - Method in class io.opentracing.util.GlobalTracer
 

C

capture() - Method in class io.opentracing.util.AutoFinishScope
Deprecated.
 
captureScope() - Method in class io.opentracing.util.AutoFinishScopeManager
Deprecated.
 
close() - Method in class io.opentracing.util.AutoFinishScope
Deprecated.
 
close() - Method in class io.opentracing.util.GlobalTracer
 
close() - Method in class io.opentracing.util.ThreadLocalScope
 
Continuation() - Constructor for class io.opentracing.util.AutoFinishScope.Continuation
Deprecated.
 

E

extract(Format<C>, C) - Method in class io.opentracing.util.GlobalTracer
 

G

get() - Static method in class io.opentracing.util.GlobalTracer
Returns the constant GlobalTracer.
GlobalTracer - Class in io.opentracing.util
Global tracer that forwards all methods to another tracer that can be configured by calling register.

I

inject(SpanContext, Format<C>, C) - Method in class io.opentracing.util.GlobalTracer
 
io.opentracing.util - package io.opentracing.util
 
isRegistered() - Static method in class io.opentracing.util.GlobalTracer
Identify whether a Tracer has previously been registered.

R

register(Tracer) - Static method in class io.opentracing.util.GlobalTracer
registerIfAbsent(Callable<Tracer>) - Static method in class io.opentracing.util.GlobalTracer
Register a Tracer to back the behaviour of the GlobalTracer.get().
registerIfAbsent(Tracer) - Static method in class io.opentracing.util.GlobalTracer
Register a Tracer to back the behaviour of the GlobalTracer.get().

S

scopeManager() - Method in class io.opentracing.util.GlobalTracer
 
span() - Method in class io.opentracing.util.AutoFinishScope
Deprecated.
 
span() - Method in class io.opentracing.util.ThreadLocalScope
 

T

ThreadLocalScope - Class in io.opentracing.util
ThreadLocalScope is a simple Scope implementation that relies on Java's thread-local storage primitive.
ThreadLocalScopeManager - Class in io.opentracing.util
A simple ScopeManager implementation built on top of Java's thread-local storage primitive.
ThreadLocalScopeManager() - Constructor for class io.opentracing.util.ThreadLocalScopeManager
 
toString() - Method in class io.opentracing.util.GlobalTracer
 
A B C E G I R S T 
Skip navigation links

Copyright © 2016–2019 OpenTracing. All rights reserved.