public enum EBPFProfilingStackType extends Enum<EBPFProfilingStackType> implements com.google.protobuf.ProtocolMessageEnum
skywalking.v3.EBPFProfilingStackType| Enum Constant and Description |
|---|
PROCESS_KERNEL_SPACE
PROCESS_KERNEL_SPACE = 0; |
PROCESS_USER_SPACE
PROCESS_USER_SPACE = 1; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
PROCESS_KERNEL_SPACE_VALUE
PROCESS_KERNEL_SPACE = 0; |
static int |
PROCESS_USER_SPACE_VALUE
PROCESS_USER_SPACE = 1; |
| Modifier and Type | Method and Description |
|---|---|
static EBPFProfilingStackType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<EBPFProfilingStackType> |
internalGetValueMap() |
static EBPFProfilingStackType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EBPFProfilingStackType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EBPFProfilingStackType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBPFProfilingStackType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBPFProfilingStackType PROCESS_KERNEL_SPACE
PROCESS_KERNEL_SPACE = 0;public static final EBPFProfilingStackType PROCESS_USER_SPACE
PROCESS_USER_SPACE = 1;public static final EBPFProfilingStackType UNRECOGNIZED
public static final int PROCESS_KERNEL_SPACE_VALUE
PROCESS_KERNEL_SPACE = 0;public static final int PROCESS_USER_SPACE_VALUE
PROCESS_USER_SPACE = 1;public static EBPFProfilingStackType[] values()
for (EBPFProfilingStackType c : EBPFProfilingStackType.values()) System.out.println(c);
public static EBPFProfilingStackType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static EBPFProfilingStackType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static EBPFProfilingStackType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<EBPFProfilingStackType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static EBPFProfilingStackType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 The Apache Software Foundation. All rights reserved.