接口 EBPFProfilingStackMetadataOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface EBPFProfilingStackMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明intstack id from kernel providegetStackSymbols(int index) stack symbolscom.google.protobuf.ByteStringgetStackSymbolsBytes(int index) stack symbolsintstack symbolsstack symbolsstack typeintstack 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
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
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.
-