Class Joda.EpochTimeParser

java.lang.Object
org.elasticsearch.common.joda.Joda.EpochTimeParser
All Implemented Interfaces:
org.joda.time.format.DateTimeParser
Enclosing class:
Joda

public static class Joda.EpochTimeParser extends Object implements org.joda.time.format.DateTimeParser
  • Constructor Details

    • EpochTimeParser

      public EpochTimeParser(boolean hasMilliSecondPrecision)
  • Method Details

    • estimateParsedLength

      public int estimateParsedLength()
      Specified by:
      estimateParsedLength in interface org.joda.time.format.DateTimeParser
    • parseInto

      public int parseInto(org.joda.time.format.DateTimeParserBucket bucket, String text, int position)
      Specified by:
      parseInto in interface org.joda.time.format.DateTimeParser