Class RegularTimeSeriesIndex

    • Constructor Detail

      • RegularTimeSeriesIndex

        public RegularTimeSeriesIndex​(long startTime,
                                      long endTime,
                                      long spacing)
    • Method Detail

      • parseJson

        public static RegularTimeSeriesIndex parseJson​(com.fasterxml.jackson.core.JsonParser parser)
      • getStartTime

        public long getStartTime()
      • getEndTime

        public long getEndTime()
      • getSpacing

        public long getSpacing()
      • getPointCount

        public int getPointCount()
      • getTimeAt

        public long getTimeAt​(int point)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getType

        public String getType()
      • writeJson

        public void writeJson​(com.fasterxml.jackson.core.JsonGenerator generator)