Uses of Interface
io.opentelemetry.api.common.KeyValue
-
Packages that use KeyValue Package Description io.opentelemetry.api.common This package contains code common across the OpenTelemetry APIs, includingAttributesand classes/utilities for interacting with them.io.opentelemetry.exporter.internal.otlp Utilities for working with the OTLP format. -
-
Uses of KeyValue in io.opentelemetry.api.common
Classes in io.opentelemetry.api.common that implement KeyValue Modifier and Type Class Description (package private) classAutoValue_KeyValueImpl(package private) classKeyValueImplFields in io.opentelemetry.api.common with type parameters of type KeyValue Modifier and Type Field Description private java.util.List<KeyValue>KeyValueList. valueMethods in io.opentelemetry.api.common that return KeyValue Modifier and Type Method Description static KeyValueKeyValue. of(java.lang.String key, Value<?> value)Methods in io.opentelemetry.api.common that return types with arguments of type KeyValue Modifier and Type Method Description (package private) static Value<java.util.List<KeyValue>>KeyValueList. create(KeyValue... value)(package private) static Value<java.util.List<KeyValue>>KeyValueList. createFromMap(java.util.Map<java.lang.String,Value<?>> value)java.util.List<KeyValue>KeyValueList. getValue()static Value<java.util.List<KeyValue>>Value. of(KeyValue... value)static Value<java.util.List<KeyValue>>Value. of(java.util.Map<java.lang.String,Value<?>> value)Methods in io.opentelemetry.api.common with parameters of type KeyValue Modifier and Type Method Description (package private) static Value<java.util.List<KeyValue>>KeyValueList. create(KeyValue... value)static Value<java.util.List<KeyValue>>Value. of(KeyValue... value)Constructor parameters in io.opentelemetry.api.common with type arguments of type KeyValue Constructor Description KeyValueList(java.util.List<KeyValue> value) -
Uses of KeyValue in io.opentelemetry.exporter.internal.otlp
Methods in io.opentelemetry.exporter.internal.otlp with parameters of type KeyValue Modifier and Type Method Description static KeyValueMarshalerKeyValueMarshaler. createForKeyValue(KeyValue keyValue)Returns Marshaler for the given KeyValue.intKeyValueStatelessMarshaler. getBinarySerializedSize(KeyValue value, MarshalerContext context)voidKeyValueStatelessMarshaler. writeTo(Serializer output, KeyValue value, MarshalerContext context)Method parameters in io.opentelemetry.exporter.internal.otlp with type arguments of type KeyValue Modifier and Type Method Description (package private) static MarshalerWithSizeKeyValueListAnyValueMarshaler. create(java.util.List<KeyValue> values)intKeyValueListAnyValueStatelessMarshaler. getBinarySerializedSize(java.util.List<KeyValue> value, MarshalerContext context)voidKeyValueListAnyValueStatelessMarshaler. writeTo(Serializer output, java.util.List<KeyValue> value, MarshalerContext context)
-