Enum Class Rounding.DateTimeUnit

java.lang.Object
java.lang.Enum<Rounding.DateTimeUnit>
org.elasticsearch.common.Rounding.DateTimeUnit
All Implemented Interfaces:
Serializable, Comparable<Rounding.DateTimeUnit>, Constable
Enclosing class:
Rounding

public static enum Rounding.DateTimeUnit extends Enum<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 Rounding.DateTimeUnit 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
    • getId

      public byte getId()
    • getField

      public TemporalField getField()
    • resolve

      public static Rounding.DateTimeUnit resolve(String name)
    • shortName

      public String shortName()
    • resolve

      public static Rounding.DateTimeUnit resolve(byte id)