public enum PoolType extends Enum<PoolType> implements com.google.protobuf.ProtocolMessageEnum
skywalking.v3.PoolType| Enum Constant and Description |
|---|
CODE_CACHE_USAGE
CODE_CACHE_USAGE = 0; |
METASPACE_USAGE
METASPACE_USAGE = 5; |
NEWGEN_USAGE
NEWGEN_USAGE = 1; |
OLDGEN_USAGE
OLDGEN_USAGE = 2; |
PERMGEN_USAGE
PERMGEN_USAGE = 4; |
SURVIVOR_USAGE
SURVIVOR_USAGE = 3; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE_CACHE_USAGE_VALUE
CODE_CACHE_USAGE = 0; |
static int |
METASPACE_USAGE_VALUE
METASPACE_USAGE = 5; |
static int |
NEWGEN_USAGE_VALUE
NEWGEN_USAGE = 1; |
static int |
OLDGEN_USAGE_VALUE
OLDGEN_USAGE = 2; |
static int |
PERMGEN_USAGE_VALUE
PERMGEN_USAGE = 4; |
static int |
SURVIVOR_USAGE_VALUE
SURVIVOR_USAGE = 3; |
| Modifier and Type | Method and Description |
|---|---|
static PoolType |
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<PoolType> |
internalGetValueMap() |
static PoolType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PoolType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PoolType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PoolType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PoolType CODE_CACHE_USAGE
CODE_CACHE_USAGE = 0;public static final PoolType NEWGEN_USAGE
NEWGEN_USAGE = 1;public static final PoolType OLDGEN_USAGE
OLDGEN_USAGE = 2;public static final PoolType SURVIVOR_USAGE
SURVIVOR_USAGE = 3;public static final PoolType PERMGEN_USAGE
PERMGEN_USAGE = 4;public static final PoolType METASPACE_USAGE
METASPACE_USAGE = 5;public static final PoolType UNRECOGNIZED
public static final int CODE_CACHE_USAGE_VALUE
CODE_CACHE_USAGE = 0;public static final int NEWGEN_USAGE_VALUE
NEWGEN_USAGE = 1;public static final int OLDGEN_USAGE_VALUE
OLDGEN_USAGE = 2;public static final int SURVIVOR_USAGE_VALUE
SURVIVOR_USAGE = 3;public static final int PERMGEN_USAGE_VALUE
PERMGEN_USAGE = 4;public static final int METASPACE_USAGE_VALUE
METASPACE_USAGE = 5;public static PoolType[] values()
for (PoolType c : PoolType.values()) System.out.println(c);
public static PoolType 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 PoolType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static PoolType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PoolType> 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 PoolType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 The Apache Software Foundation. All rights reserved.