接口 EBPFProfilingStackMetadataOrBuilder

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

public interface EBPFProfilingStackMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    int
    stack id from kernel provide
    getStackSymbols(int index)
    stack symbols
    com.google.protobuf.ByteString
    stack symbols
    int
    stack symbols
    stack symbols
    stack type
    int
    stack type

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

    isInitialized

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

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

    • getStackTypeValue

      int getStackTypeValue()
       stack type
       
      .skywalking.v3.EBPFProfilingStackType stackType = 1;
      返回:
      The enum numeric value on the wire for stackType.
    • getStackType

      EBPFProfilingStackType getStackType()
       stack type
       
      .skywalking.v3.EBPFProfilingStackType stackType = 1;
      返回:
      The stackType.
    • getStackId

      int getStackId()
       stack id from kernel provide
       
      int32 stackId = 2;
      返回:
      The stackId.
    • getStackSymbolsList

      List<String> getStackSymbolsList()
       stack symbols
       
      repeated string stackSymbols = 3;
      返回:
      A list containing the stackSymbols.
    • getStackSymbolsCount

      int getStackSymbolsCount()
       stack symbols
       
      repeated string stackSymbols = 3;
      返回:
      The count of stackSymbols.
    • getStackSymbols

      String getStackSymbols(int index)
       stack symbols
       
      repeated string stackSymbols = 3;
      参数:
      index - The index of the element to return.
      返回:
      The stackSymbols at the given index.
    • getStackSymbolsBytes

      com.google.protobuf.ByteString getStackSymbolsBytes(int index)
       stack symbols
       
      repeated string stackSymbols = 3;
      参数:
      index - The index of the value to return.
      返回:
      The bytes of the stackSymbols at the given index.