Uses of Class
io.opentelemetry.context.internal.shaded.WeakConcurrentMap.LookupKey
-
Packages that use WeakConcurrentMap.LookupKey Package Description io.opentelemetry.context.internal.shaded 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.LookupKey Modifier and Type Field Description private static java.lang.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.LookupKey Modifier and Type Method Description protected WeakConcurrentMap.LookupKey<K>
WeakConcurrentMap. getLookupKey(K key)
(package private) WeakConcurrentMap.LookupKey<K>
WeakConcurrentMap.LookupKey. withValue(K key)
Methods in io.opentelemetry.context.internal.shaded with parameters of type WeakConcurrentMap.LookupKey Modifier and Type Method Description protected void
WeakConcurrentMap. resetLookupKey(WeakConcurrentMap.LookupKey<K> lookupKey)
-