java.lang.Object
java.lang.Enum<PoolType>
org.apache.skywalking.apm.network.language.agent.v3.PoolType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<PoolType>, java.lang.constant.Constable

public enum PoolType extends Enum<PoolType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum skywalking.v3.PoolType
  • Enum Constant Details

    • CODE_CACHE_USAGE

      public static final PoolType CODE_CACHE_USAGE
      CODE_CACHE_USAGE = 0;
    • NEWGEN_USAGE

      public static final PoolType NEWGEN_USAGE
      NEWGEN_USAGE = 1;
    • OLDGEN_USAGE

      public static final PoolType OLDGEN_USAGE
      OLDGEN_USAGE = 2;
    • SURVIVOR_USAGE

      public static final PoolType SURVIVOR_USAGE
      SURVIVOR_USAGE = 3;
    • PERMGEN_USAGE

      public static final PoolType PERMGEN_USAGE
      PERMGEN_USAGE = 4;
    • METASPACE_USAGE

      public static final PoolType METASPACE_USAGE
      METASPACE_USAGE = 5;
    • UNRECOGNIZED

      public static final PoolType UNRECOGNIZED
  • Field Details

    • CODE_CACHE_USAGE_VALUE

      public static final int CODE_CACHE_USAGE_VALUE
      CODE_CACHE_USAGE = 0;
      See Also:
    • NEWGEN_USAGE_VALUE

      public static final int NEWGEN_USAGE_VALUE
      NEWGEN_USAGE = 1;
      See Also:
    • OLDGEN_USAGE_VALUE

      public static final int OLDGEN_USAGE_VALUE
      OLDGEN_USAGE = 2;
      See Also:
    • SURVIVOR_USAGE_VALUE

      public static final int SURVIVOR_USAGE_VALUE
      SURVIVOR_USAGE = 3;
      See Also:
    • PERMGEN_USAGE_VALUE

      public static final int PERMGEN_USAGE_VALUE
      PERMGEN_USAGE = 4;
      See Also:
    • METASPACE_USAGE_VALUE

      public static final int METASPACE_USAGE_VALUE
      METASPACE_USAGE = 5;
      See Also:
  • Method Details

    • values

      public static PoolType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static PoolType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static PoolType valueOf(int value)
      Deprecated.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static PoolType forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<PoolType> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static PoolType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null