Uses of Interface
io.opentelemetry.context.Scope
-
Packages that use Scope Package Description io.opentelemetry.context A context propagation mechanism which can carry scoped-values across API boundaries and between threads. -
-
Uses of Scope in io.opentelemetry.context
Classes in io.opentelemetry.context that implement Scope Modifier and Type Class Description (package private) classStrictContextStorage.StrictScope(package private) static classThreadLocalContextStorage.NoopScopeprivate classThreadLocalContextStorage.ScopeImplFields in io.opentelemetry.context declared as Scope Modifier and Type Field Description (package private) ScopeStrictContextStorage.StrictScope. delegateFields in io.opentelemetry.context with type parameters of type Scope Modifier and Type Field Description private java.util.concurrent.ConcurrentHashMap<AbstractWeakConcurrentMap.WeakKey<Scope>,StrictContextStorage.CallerStackTrace>StrictContextStorage.PendingScopes. mapMethods in io.opentelemetry.context that return Scope Modifier and Type Method Description ScopeContextStorage. attach(Context toAttach)ScopeStrictContextStorage. attach(Context context)ScopeThreadLocalContextStorage. attach(Context toAttach)default ScopeContext. makeCurrent()Makes this the current context and returns aScopewhich corresponds to the scope of execution this context is current for.default ScopeImplicitContextKeyed. makeCurrent()Adds thisImplicitContextKeyedvalue to thecurrent contextand makes the newContextthe current context.static ScopeScope. noop()Returns aScopethat does nothing.Constructors in io.opentelemetry.context with parameters of type Scope Constructor Description StrictScope(Scope delegate, StrictContextStorage.CallerStackTrace caller)Constructor parameters in io.opentelemetry.context with type arguments of type Scope Constructor Description PendingScopes(java.util.concurrent.ConcurrentHashMap<AbstractWeakConcurrentMap.WeakKey<Scope>,StrictContextStorage.CallerStackTrace> map)
-