Uses of Interface
io.opentelemetry.exporter.internal.marshal.StatelessMarshaler2
-
Packages that use StatelessMarshaler2 Package Description io.opentelemetry.exporter.internal.marshal Marshaling framework for serializing data to protobuf format.io.opentelemetry.exporter.internal.otlp Utilities for working with the OTLP format.io.opentelemetry.exporter.internal.otlp.logs Marshaling of OTLP logs.io.opentelemetry.exporter.internal.otlp.metrics Marshaling of OTLP metrics.io.opentelemetry.exporter.internal.otlp.traces Marshaling of OTLP traces. -
-
Uses of StatelessMarshaler2 in io.opentelemetry.exporter.internal.marshal
Fields in io.opentelemetry.exporter.internal.marshal declared as StatelessMarshaler2 Modifier and Type Field Description private StatelessMarshaler2<K,V>Serializer.RepeatedElementPairWriter. marshalerprivate StatelessMarshaler2<K,V>StatelessMarshalerUtil.RepeatedElementPairSizeCalculator. marshalerMethods in io.opentelemetry.exporter.internal.marshal with parameters of type StatelessMarshaler2 Modifier and Type Method Description (package private) voidSerializer.RepeatedElementPairWriter. initialize(ProtoFieldInfo field, Serializer output, StatelessMarshaler2<K,V> marshaler, MarshalerContext context)(package private) voidStatelessMarshalerUtil.RepeatedElementPairSizeCalculator. initialize(ProtoFieldInfo field, StatelessMarshaler2<K,V> marshaler, MarshalerContext context)<K,V>
voidSerializer. serializeMessageWithContext(ProtoFieldInfo field, K key, V value, StatelessMarshaler2<K,V> marshaler, MarshalerContext context)Serializes a protobuf embeddedmessage.voidSerializer. serializeRepeatedMessageWithContext(ProtoFieldInfo field, Attributes attributes, StatelessMarshaler2<AttributeKey<?>,java.lang.Object> marshaler, MarshalerContext context)Serializesrepeated messagefield.<K,V>
voidSerializer. serializeRepeatedMessageWithContext(ProtoFieldInfo field, java.util.Map<K,V> messages, StatelessMarshaler2<K,V> marshaler, MarshalerContext context, MarshalerContext.Key key)Serializesrepeated messagefield.static <K,V>
intStatelessMarshalerUtil. sizeMessageWithContext(ProtoFieldInfo field, K key, V value, StatelessMarshaler2<K,V> marshaler, MarshalerContext context)Returns the size of a message field.static intStatelessMarshalerUtil. sizeRepeatedMessageWithContext(ProtoFieldInfo field, Attributes attributes, StatelessMarshaler2<AttributeKey<?>,java.lang.Object> marshaler, MarshalerContext context)Returns the size of a repeated message field.static <K,V>
intStatelessMarshalerUtil. sizeRepeatedMessageWithContext(ProtoFieldInfo field, java.util.Map<K,V> messages, StatelessMarshaler2<K,V> marshaler, MarshalerContext context, MarshalerContext.Key key)Returns the size of a repeated message field. -
Uses of StatelessMarshaler2 in io.opentelemetry.exporter.internal.otlp
Classes in io.opentelemetry.exporter.internal.otlp that implement StatelessMarshaler2 Modifier and Type Class Description (package private) classAttributeArrayAnyValueStatelessMarshaler<T>classAttributeKeyValueStatelessMarshalerA Marshaler of key value pairs.private static classAttributeKeyValueStatelessMarshaler.ValueStatelessMarshaler -
Uses of StatelessMarshaler2 in io.opentelemetry.exporter.internal.otlp.logs
Classes in io.opentelemetry.exporter.internal.otlp.logs that implement StatelessMarshaler2 Modifier and Type Class Description (package private) classInstrumentationScopeLogsStatelessMarshalerclassResourceLogsStatelessMarshalerA Marshaler of ResourceLogs. -
Uses of StatelessMarshaler2 in io.opentelemetry.exporter.internal.otlp.metrics
Classes in io.opentelemetry.exporter.internal.otlp.metrics that implement StatelessMarshaler2 Modifier and Type Class Description (package private) classInstrumentationScopeMetricsStatelessMarshalerclassResourceMetricsStatelessMarshalerA Marshaler of ResourceMetrics. -
Uses of StatelessMarshaler2 in io.opentelemetry.exporter.internal.otlp.traces
Classes in io.opentelemetry.exporter.internal.otlp.traces that implement StatelessMarshaler2 Modifier and Type Class Description (package private) classInstrumentationScopeSpansStatelessMarshalerclassResourceSpansStatelessMarshalerA Marshaler of ResourceSpans.
-