Uses of Class
org.apache.iotdb.tsfile.utils.TimeDuration
-
Packages that use TimeDuration Package Description org.apache.iotdb.tsfile.read.filter org.apache.iotdb.tsfile.utils -
-
Uses of TimeDuration in org.apache.iotdb.tsfile.read.filter
Constructors in org.apache.iotdb.tsfile.read.filter with parameters of type TimeDuration Constructor Description GroupByMonthFilter(TimeDuration interval, TimeDuration slidingStep, long startTime, long endTime, TimeZone timeZone, TimeUnit currPrecision) -
Uses of TimeDuration in org.apache.iotdb.tsfile.utils
Methods in org.apache.iotdb.tsfile.utils that return TimeDuration Modifier and Type Method Description static TimeDurationTimeDuration. deserialize(ByteBuffer buffer)Methods in org.apache.iotdb.tsfile.utils with parameters of type TimeDuration Modifier and Type Method Description static longTimeDuration. calcNegativeIntervalByMonth(long startTime, TimeDuration duration, TimeZone timeZone, TimeUnit currPrecision)subtract time duration contains natural months based on the startTimestatic longTimeDuration. calcPositiveIntervalByMonth(long startTime, TimeDuration duration, long times, TimeZone timeZone, TimeUnit currPrecision)Add several time durations contains natural months based on the startTime and avoid edge cases, ie 2/28static long[]TimeDuration. getConsecutiveTimesIntervalByMonth(long startTime, TimeDuration duration, int length, TimeZone timeZone, TimeUnit currPrecision)Get a series of time which duration contains month.
-