Uses of Class
io.opentelemetry.context.internal.shaded.WeakConcurrentMap.LookupKey
Packages that use WeakConcurrentMap.LookupKey
Package
Description
Interfaces and implementations that are internal to OpenTelemetry.
-
Uses of WeakConcurrentMap.LookupKey in io.opentelemetry.context.internal.shaded
Fields in io.opentelemetry.context.internal.shaded with type parameters of type WeakConcurrentMap.LookupKeyModifier and TypeFieldDescriptionprivate static final ThreadLocal
<WeakConcurrentMap.LookupKey<?>> WeakConcurrentMap.LOOKUP_KEY_CACHE
Lookup keys are cached thread-locally to avoid allocations on lookups.Methods in io.opentelemetry.context.internal.shaded that return WeakConcurrentMap.LookupKeyModifier and TypeMethodDescriptionprotected WeakConcurrentMap.LookupKey
<K> WeakConcurrentMap.getLookupKey
(K key) (package private) WeakConcurrentMap.LookupKey
<K> Methods in io.opentelemetry.context.internal.shaded with parameters of type WeakConcurrentMap.LookupKeyModifier and TypeMethodDescriptionprotected void
WeakConcurrentMap.resetLookupKey
(WeakConcurrentMap.LookupKey<K> lookupKey)