Package org.elasticsearch.common.joda
Class Joda
java.lang.Object
org.elasticsearch.common.joda.Joda
Deprecated.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated.static class
Deprecated. -
Field Summary
Modifier and TypeFieldDescriptionstatic org.joda.time.DateTimeFieldType
Deprecated.static org.joda.time.DurationFieldType
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JodaDateFormatter
forPattern(String input)
Deprecated.Parses a joda based pattern, including some named ones (similar to the built in Joda ISO ones).static DateFormatter
Deprecated.static boolean
isJodaPattern(Version version, String pattern)
Deprecated.Checks if a pattern is Joda-style.
-
Field Details
-
Quarters
public static final org.joda.time.DurationFieldType QuartersDeprecated. -
QuarterOfYear
public static final org.joda.time.DateTimeFieldType QuarterOfYearDeprecated.
-
-
Constructor Details
-
Joda
public Joda()Deprecated.
-
-
Method Details
-
forPattern
Deprecated.Parses a joda based pattern, including some named ones (similar to the built in Joda ISO ones). -
getStrictStandardDateFormatter
Deprecated. -
isJodaPattern
Deprecated.Checks if a pattern is Joda-style. Joda style patterns are not always compatible with java.time patterns.- Parameters:
version
- - creation version of the index where pattern was usedpattern
- - the pattern to check- Returns:
- - true if pattern is joda style, otherwise false
-