Uses of Class
io.opentelemetry.context.StrictContextStorage.CallerStackTrace
-
Packages that use StrictContextStorage.CallerStackTrace Package Description io.opentelemetry.context 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.CallerStackTrace Modifier and Type Field Description (package private) StrictContextStorage.CallerStackTrace
StrictContextStorage.StrictScope. caller
Fields in io.opentelemetry.context with type parameters of type StrictContextStorage.CallerStackTrace Modifier and Type Field Description private java.util.concurrent.ConcurrentHashMap<AbstractWeakConcurrentMap.WeakKey<Scope>,StrictContextStorage.CallerStackTrace>
StrictContextStorage.PendingScopes. map
Methods in io.opentelemetry.context that return types with arguments of type StrictContextStorage.CallerStackTrace Modifier and Type Method Description (package private) java.util.List<StrictContextStorage.CallerStackTrace>
StrictContextStorage.PendingScopes. drainPendingCallers()
Methods in io.opentelemetry.context with parameters of type StrictContextStorage.CallerStackTrace Modifier and Type Method Description (package private) static java.lang.AssertionError
StrictContextStorage. callerError(StrictContextStorage.CallerStackTrace caller)
Constructors in io.opentelemetry.context with parameters of type StrictContextStorage.CallerStackTrace Constructor Description StrictScope(Scope delegate, StrictContextStorage.CallerStackTrace caller)
Constructor parameters in io.opentelemetry.context with type arguments of type StrictContextStorage.CallerStackTrace Constructor Description PendingScopes(java.util.concurrent.ConcurrentHashMap<AbstractWeakConcurrentMap.WeakKey<Scope>,StrictContextStorage.CallerStackTrace> map)
-