接口 SpanAttachedEvent.SpanReferenceOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
SpanAttachedEvent.SpanReference, SpanAttachedEvent.SpanReference.Builder
封闭类:
SpanAttachedEvent

public static interface SpanAttachedEvent.SpanReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    If type == SKYWALKING The number id of the span.
    com.google.protobuf.ByteString
    If type == SKYWALKING The number id of the span.
    [Optional] A string id represents the whole trace.
    com.google.protobuf.ByteString
    [Optional] A string id represents the whole trace.
    A unique id represents this segment.
    com.google.protobuf.ByteString
    A unique id represents this segment.
    .skywalking.v3.SpanAttachedEvent.SpanReferenceType type = 1;
    int
    .skywalking.v3.SpanAttachedEvent.SpanReferenceType type = 1;

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    从接口继承的方法 com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 方法详细资料

    • getTypeValue

      int getTypeValue()
      .skywalking.v3.SpanAttachedEvent.SpanReferenceType type = 1;
      返回:
      The enum numeric value on the wire for type.
    • getType

      .skywalking.v3.SpanAttachedEvent.SpanReferenceType type = 1;
      返回:
      The type.
    • getTraceId

      String getTraceId()
       [Optional] A string id represents the whole trace.
       
      string traceId = 2;
      返回:
      The traceId.
    • getTraceIdBytes

      com.google.protobuf.ByteString getTraceIdBytes()
       [Optional] A string id represents the whole trace.
       
      string traceId = 2;
      返回:
      The bytes for traceId.
    • getTraceSegmentId

      String getTraceSegmentId()
       A unique id represents this segment. Other segments could use this id to reference as a child segment.
       [Optional] when this span reference
       
      string traceSegmentId = 3;
      返回:
      The traceSegmentId.
    • getTraceSegmentIdBytes

      com.google.protobuf.ByteString getTraceSegmentIdBytes()
       A unique id represents this segment. Other segments could use this id to reference as a child segment.
       [Optional] when this span reference
       
      string traceSegmentId = 3;
      返回:
      The bytes for traceSegmentId.
    • getSpanId

      String getSpanId()
       If type == SKYWALKING
       The number id of the span. Should be unique in the whole segment.
       Starting at 0
       If type == ZIPKIN
       The type of span ID is string.
       
      string spanId = 4;
      返回:
      The spanId.
    • getSpanIdBytes

      com.google.protobuf.ByteString getSpanIdBytes()
       If type == SKYWALKING
       The number id of the span. Should be unique in the whole segment.
       Starting at 0
       If type == ZIPKIN
       The type of span ID is string.
       
      string spanId = 4;
      返回:
      The bytes for spanId.