Uses of Class
io.opentelemetry.context.internal.shaded.WeakConcurrentMap
-
Packages that use WeakConcurrentMap Package Description io.opentelemetry.context A context propagation mechanism which can carry scoped-values across API boundaries and between threads.io.opentelemetry.context.internal.shaded Interfaces and implementations that are internal to OpenTelemetry.io.opentelemetry.exporter.internal.otlp Utilities for working with the OTLP format. -
-
Uses of WeakConcurrentMap in io.opentelemetry.context
Subclasses of WeakConcurrentMap in io.opentelemetry.context Modifier and Type Class Description (package private) static class
StrictContextStorage.PendingScopes
-
Uses of WeakConcurrentMap in io.opentelemetry.context.internal.shaded
Subclasses of WeakConcurrentMap in io.opentelemetry.context.internal.shaded Modifier and Type Class Description static class
WeakConcurrentMap.WithInlinedExpunction<K,V>
AWeakConcurrentMap
where stale entries are removed as a side effect of interacting with this map. -
Uses of WeakConcurrentMap in io.opentelemetry.exporter.internal.otlp
Fields in io.opentelemetry.exporter.internal.otlp declared as WeakConcurrentMap Modifier and Type Field Description private static WeakConcurrentMap<Resource,ResourceMarshaler>
ResourceMarshaler. RESOURCE_MARSHALER_CACHE
private static WeakConcurrentMap<InstrumentationScopeInfo,InstrumentationScopeMarshaler>
InstrumentationScopeMarshaler. SCOPE_MARSHALER_CACHE
-