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. marshaler
private StatelessMarshaler2<K,V>
StatelessMarshalerUtil.RepeatedElementPairSizeCalculator. marshaler
Methods in io.opentelemetry.exporter.internal.marshal with parameters of type StatelessMarshaler2 Modifier and Type Method Description (package private) void
Serializer.RepeatedElementPairWriter. initialize(ProtoFieldInfo field, Serializer output, StatelessMarshaler2<K,V> marshaler, MarshalerContext context)
(package private) void
StatelessMarshalerUtil.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
.void
Serializer. serializeRepeatedMessageWithContext(ProtoFieldInfo field, Attributes attributes, StatelessMarshaler2<AttributeKey<?>,java.lang.Object> marshaler, MarshalerContext context)
Serializesrepeated message
field.<K,V>
voidSerializer. serializeRepeatedMessageWithContext(ProtoFieldInfo field, java.util.Map<K,V> messages, StatelessMarshaler2<K,V> marshaler, MarshalerContext context, MarshalerContext.Key key)
Serializesrepeated message
field.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 int
StatelessMarshalerUtil. 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) class
AttributeArrayAnyValueStatelessMarshaler<T>
class
AttributeKeyValueStatelessMarshaler
A Marshaler of key value pairs.private static class
AttributeKeyValueStatelessMarshaler.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) class
InstrumentationScopeLogsStatelessMarshaler
class
ResourceLogsStatelessMarshaler
A 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) class
InstrumentationScopeMetricsStatelessMarshaler
class
ResourceMetricsStatelessMarshaler
A 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) class
InstrumentationScopeSpansStatelessMarshaler
class
ResourceSpansStatelessMarshaler
A Marshaler of ResourceSpans.
-