Uses of Class
io.opentelemetry.exporter.internal.otlp.traces.SpanLinkMarshaler
-
Packages that use SpanLinkMarshaler Package Description io.opentelemetry.exporter.internal.otlp.traces Marshaling of OTLP traces. -
-
Uses of SpanLinkMarshaler in io.opentelemetry.exporter.internal.otlp.traces
Fields in io.opentelemetry.exporter.internal.otlp.traces declared as SpanLinkMarshaler Modifier and Type Field Description private static SpanLinkMarshaler[]
SpanLinkMarshaler. EMPTY
private SpanLinkMarshaler[]
SpanMarshaler. spanLinkMarshalers
Methods in io.opentelemetry.exporter.internal.otlp.traces that return SpanLinkMarshaler Modifier and Type Method Description (package private) static SpanLinkMarshaler
SpanLinkMarshaler. create(LinkData link)
(package private) static SpanLinkMarshaler[]
SpanLinkMarshaler. createRepeated(java.util.List<LinkData> links)
Methods in io.opentelemetry.exporter.internal.otlp.traces with parameters of type SpanLinkMarshaler Modifier and Type Method Description private static int
SpanMarshaler. calculateSize(java.lang.String traceId, java.lang.String spanId, byte[] traceStateUtf8, java.lang.String parentSpanId, byte[] nameUtf8, ProtoEnumInfo spanKind, long startEpochNanos, long endEpochNanos, KeyValueMarshaler[] attributeMarshalers, int droppedAttributesCount, SpanEventMarshaler[] spanEventMarshalers, int droppedEventsCount, SpanLinkMarshaler[] spanLinkMarshalers, int droppedLinksCount, SpanStatusMarshaler spanStatusMarshaler, TraceFlags flags, boolean isParentContextRemote)
Constructors in io.opentelemetry.exporter.internal.otlp.traces with parameters of type SpanLinkMarshaler Constructor Description SpanMarshaler(java.lang.String traceId, java.lang.String spanId, byte[] traceStateUtf8, java.lang.String parentSpanId, byte[] nameUtf8, ProtoEnumInfo spanKind, long startEpochNanos, long endEpochNanos, KeyValueMarshaler[] attributeMarshalers, int droppedAttributesCount, SpanEventMarshaler[] spanEventMarshalers, int droppedEventsCount, SpanLinkMarshaler[] spanLinkMarshalers, int droppedLinksCount, SpanStatusMarshaler spanStatusMarshaler, TraceFlags flags, boolean isParentContextRemote)
-