Uses of Interface
io.opentelemetry.context.Scope
Packages that use Scope
Package
Description
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 ScopeModifier and TypeClassDescription(package private) final class(package private) static enumprivate classFields in io.opentelemetry.context declared as ScopeModifier and TypeFieldDescription(package private) final ScopeStrictContextStorage.StrictScope.delegateFields in io.opentelemetry.context with type parameters of type ScopeModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<AbstractWeakConcurrentMap.WeakKey<Scope>, StrictContextStorage.CallerStackTrace> StrictContextStorage.PendingScopes.mapMethods in io.opentelemetry.context that return ScopeModifier and TypeMethodDescriptiondefault 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 ScopeModifierConstructorDescription(package private)StrictScope(Scope delegate, StrictContextStorage.CallerStackTrace caller) Constructor parameters in io.opentelemetry.context with type arguments of type ScopeModifierConstructorDescription(package private)PendingScopes(ConcurrentHashMap<AbstractWeakConcurrentMap.WeakKey<Scope>, StrictContextStorage.CallerStackTrace> map)