Class SpanLinkMarshaler


final class SpanLinkMarshaler extends MarshalerWithSize
  • Field Details

    • EMPTY

      private static final SpanLinkMarshaler[] EMPTY
    • traceId

      private final String traceId
    • spanId

      private final String spanId
    • traceStateUtf8

      private final byte[] traceStateUtf8
    • attributeMarshalers

      private final KeyValueMarshaler[] attributeMarshalers
    • droppedAttributesCount

      private final int droppedAttributesCount
    • traceFlags

      private final TraceFlags traceFlags
    • isLinkContextRemote

      private final boolean isLinkContextRemote
  • Constructor Details

    • SpanLinkMarshaler

      private SpanLinkMarshaler(String traceId, String spanId, TraceFlags traceFlags, byte[] traceStateUtf8, KeyValueMarshaler[] attributeMarshalers, int droppedAttributesCount, boolean isLinkContextRemote)
  • Method Details