java.lang.Object
java.lang.Enum<AddressField>
org.apache.activemq.artemis.core.management.impl.view.AddressField
All Implemented Interfaces:
Serializable, Comparable<AddressField>, Constable

public enum AddressField extends Enum<AddressField>
  • Enum Constant Details

    • ID

      public static final AddressField ID
    • NAME

      public static final AddressField NAME
    • ROUTING_TYPES

      public static final AddressField ROUTING_TYPES
    • QUEUE_COUNT

      public static final AddressField QUEUE_COUNT
    • INTERNAL

      public static final AddressField INTERNAL
    • TEMPORARY

      public static final AddressField TEMPORARY
    • AUTO_CREATED

      public static final AddressField AUTO_CREATED
    • PAUSED

      public static final AddressField PAUSED
    • CURRENT_DUPLICATE_ID_CACHE_SIZE

      public static final AddressField CURRENT_DUPLICATE_ID_CACHE_SIZE
    • RETROACTIVE_RESOURCE

      public static final AddressField RETROACTIVE_RESOURCE
    • UNROUTED_MESSAGE_COUNT

      public static final AddressField UNROUTED_MESSAGE_COUNT
    • ROUTED_MESSAGE_COUNT

      public static final AddressField ROUTED_MESSAGE_COUNT
    • MESSAGE_COUNT

      public static final AddressField MESSAGE_COUNT
    • NUMBER_OF_BYTES_PER_PAGE

      public static final AddressField NUMBER_OF_BYTES_PER_PAGE
    • ADDRESS_LIMIT_PERCENT

      public static final AddressField ADDRESS_LIMIT_PERCENT
    • PAGING

      public static final AddressField PAGING
    • NUMBER_OF_PAGES

      public static final AddressField NUMBER_OF_PAGES
    • ADDRESS_SIZE

      public static final AddressField ADDRESS_SIZE
    • MAX_PAGE_READ_BYTES

      public static final AddressField MAX_PAGE_READ_BYTES
    • MAX_PAGE_READ_MESSAGES

      public static final AddressField MAX_PAGE_READ_MESSAGES
    • PREFETCH_PAGE_BYTES

      public static final AddressField PREFETCH_PAGE_BYTES
    • PREFETCH_PAGE_MESSAGES

      public static final AddressField PREFETCH_PAGE_MESSAGES
  • Method Details

    • values

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

      public static AddressField valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getName

      public String getName()
    • valueOfName

      public static AddressField valueOfName(String name)