Uses of Interface
io.opentelemetry.context.ContextStorage
Packages that use ContextStorage
Package
Description
A context propagation mechanism which can carry scoped-values across API boundaries and between
threads.
-
Uses of ContextStorage in io.opentelemetry.context
Classes in io.opentelemetry.context that implement ContextStorageModifier and TypeClassDescription(package private) final classAContextStoragewhich keeps track of opened and closedScopes, reporting caller information if aScopeis closed incorrectly or not at all.(package private) enumFields in io.opentelemetry.context declared as ContextStorageModifier and TypeFieldDescriptionprivate final ContextStorageStrictContextStorage.delegateprivate static final ContextStorageLazyStorage.storageFields in io.opentelemetry.context with type parameters of type ContextStorageModifier and TypeFieldDescriptionprivate static final List<Function<? super ContextStorage, ? extends ContextStorage>> ContextStorageWrappers.wrappersprivate static final List<Function<? super ContextStorage, ? extends ContextStorage>> ContextStorageWrappers.wrappersMethods in io.opentelemetry.context that return ContextStorageModifier and TypeMethodDescription(package private) static ContextStorageLazyStorage.createStorage(AtomicReference<Throwable> deferredStorageFailure) static ContextStorageContextStorage.defaultStorage()Returns the defaultContextStoragewhich storesContextusing a threadlocal.static ContextStorageContextStorage.get()Returns theContextStoragebeing used by this application.ContextStorageProvider.get()Returns theContextStorageto use to storeContext.(package private) static ContextStorageLazyStorage.get()Methods in io.opentelemetry.context that return types with arguments of type ContextStorageModifier and TypeMethodDescription(package private) static List<Function<? super ContextStorage, ? extends ContextStorage>> ContextStorageWrappers.getWrappers()(package private) static List<Function<? super ContextStorage, ? extends ContextStorage>> ContextStorageWrappers.getWrappers()Methods in io.opentelemetry.context with parameters of type ContextStorageModifier and TypeMethodDescription(package private) static StrictContextStorageStrictContextStorage.create(ContextStorage delegate) Returns a newStrictContextStoragewhich delegates to the providedContextStorage, wrapping created scopes to track their usage.Method parameters in io.opentelemetry.context with type arguments of type ContextStorageModifier and TypeMethodDescriptionstatic voidContextStorage.addWrapper(Function<? super ContextStorage, ? extends ContextStorage> wrapper) Adds thewrapper, which will be executed with theContextStorageis first used, i.e., by callingContext.makeCurrent().static voidContextStorage.addWrapper(Function<? super ContextStorage, ? extends ContextStorage> wrapper) Adds thewrapper, which will be executed with theContextStorageis first used, i.e., by callingContext.makeCurrent().(package private) static voidContextStorageWrappers.addWrapper(Function<? super ContextStorage, ? extends ContextStorage> wrapper) (package private) static voidContextStorageWrappers.addWrapper(Function<? super ContextStorage, ? extends ContextStorage> wrapper) Constructors in io.opentelemetry.context with parameters of type ContextStorage