Uses of Class
io.opentelemetry.api.common.KeyValueImpl
-
Packages that use KeyValueImpl Package Description io.opentelemetry.api.common This package contains code common across the OpenTelemetry APIs, includingAttributes
and classes/utilities for interacting with them. -
-
Uses of KeyValueImpl in io.opentelemetry.api.common
Subclasses of KeyValueImpl in io.opentelemetry.api.common Modifier and Type Class Description (package private) class
AutoValue_KeyValueImpl
Methods in io.opentelemetry.api.common that return KeyValueImpl Modifier and Type Method Description (package private) static KeyValueImpl
KeyValueImpl. create(java.lang.String key, Value<?> value)
-