Enum Class DciTier

java.lang.Object
java.lang.Enum<DciTier>
org.netxms.client.constants.DciTier
All Implemented Interfaces:
Serializable, Comparable<DciTier>, Constable

public enum DciTier extends Enum<DciTier>
DCI history query tier — selects which storage layer the server reads from.
  • Enum Constant Details

    • AUTO

      public static final DciTier AUTO
    • RAW

      public static final DciTier RAW
    • HOURLY

      public static final DciTier HOURLY
    • DAILY

      public static final DciTier DAILY
  • Method Details

    • values

      public static DciTier[] 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 DciTier 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
    • getValue

      public int getValue()
    • getByValue

      public static DciTier getByValue(int value)