Enum Class Rounding.DateTimeUnit

<Rounding.DateTimeUnit>
org.elasticsearch.common.Rounding.DateTimeUnit
All Implemented Interfaces:
, <
Enclosing class:
Rounding

public static enum Rounding.DateTimeUnit extends <Rounding.DateTimeUnit>
  • Enum Constant Details

  • Field Details

    • ratio

      protected final long ratio
      ratio to milliseconds if isMillisBased == true or to month otherwise
  • Method Details

    • values

      public static Rounding.DateTimeUnit[] 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  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:
      - if this enum class has no constant with the specified name
      - if the argument is null
    • getId

      public byte getId()
    • getField

      public  getField()
    • resolve

      public static  name)
    • shortName

      public  shortName()
    • resolve

      public static Rounding.DateTimeUnit resolve(byte id)