Package org.elasticsearch.common
Class LocalTimeOffset.Lookup
java.lang.Object
org.elasticsearch.common.LocalTimeOffset.Lookup
- Enclosing class:
- LocalTimeOffset
public abstract static class LocalTimeOffset.Lookup
extends java.lang.Object
How to get instances of
LocalTimeOffset.-
Constructor Summary
Constructors Constructor Description Lookup() -
Method Summary
Modifier and Type Method Description abstract LocalTimeOffsetfixedInRange(long minUtcMillis, long maxUtcMillis)If the offset for a range is constant then return it, otherwise returnnull.abstract LocalTimeOffsetlookup(long utcMillis)Lookup the offset at the provided millis in utc.
-
Constructor Details
-
Lookup
public Lookup()
-
-
Method Details
-
lookup
Lookup the offset at the provided millis in utc. -
fixedInRange
If the offset for a range is constant then return it, otherwise returnnull.
-