Uses of Class
io.opentelemetry.context.StrictContextStorage.CallerStackTrace
Packages that use StrictContextStorage.CallerStackTrace
Package
Description
A context propagation mechanism which can carry scoped-values across API boundaries and between
threads.
-
Uses of StrictContextStorage.CallerStackTrace in io.opentelemetry.context
Fields in io.opentelemetry.context declared as StrictContextStorage.CallerStackTraceModifier and TypeFieldDescription(package private) final StrictContextStorage.CallerStackTrace
StrictContextStorage.StrictScope.caller
Fields in io.opentelemetry.context with type parameters of type StrictContextStorage.CallerStackTraceModifier and TypeFieldDescriptionprivate final ConcurrentHashMap
<AbstractWeakConcurrentMap.WeakKey<Scope>, StrictContextStorage.CallerStackTrace> StrictContextStorage.PendingScopes.map
Methods in io.opentelemetry.context that return types with arguments of type StrictContextStorage.CallerStackTraceModifier and TypeMethodDescription(package private) List
<StrictContextStorage.CallerStackTrace> StrictContextStorage.PendingScopes.drainPendingCallers()
Methods in io.opentelemetry.context with parameters of type StrictContextStorage.CallerStackTraceModifier and TypeMethodDescription(package private) static AssertionError
StrictContextStorage.callerError
(StrictContextStorage.CallerStackTrace caller) Constructors in io.opentelemetry.context with parameters of type StrictContextStorage.CallerStackTraceModifierConstructorDescription(package private)
StrictScope
(Scope delegate, StrictContextStorage.CallerStackTrace caller) Constructor parameters in io.opentelemetry.context with type arguments of type StrictContextStorage.CallerStackTraceModifierConstructorDescription(package private)
PendingScopes
(ConcurrentHashMap<AbstractWeakConcurrentMap.WeakKey<Scope>, StrictContextStorage.CallerStackTrace> map)