Class Joda.EpochTimeParser

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

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

    Constructors
    Constructor
    Description
    EpochTimeParser​(boolean hasMilliSecondPrecision)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
    parseInto​(org.joda.time.format.DateTimeParserBucket bucket,  text, int position)
     

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • 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,  text, int position)
      Specified by:
      parseInto in interface org.joda.time.format.DateTimeParser