Class SimulatorHistorianQuery.PathGenerator

    • Constructor Detail

      • PathGenerator

        public PathGenerator​(int index,
                             java.lang.String path)
    • Method Detail

      • getIndex

        public int getIndex()
      • getResolution

        public long getResolution()
      • untilNext

        public long untilNext​(long ts)
        Given a time, returns how many ms we should wait until it'll be time to publish (next resolution boundary)
      • generate

        public IndexedQualifiedValue generate​(long ts)
        Generates a value for the closest preceeding resolution boundary.