Interface EBPFProfilingStackMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EBPFProfilingStackMetadata, EBPFProfilingStackMetadata.Builder

public interface EBPFProfilingStackMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    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

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getStackTypeValue

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

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

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

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

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

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

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