Interface IBatchDataIterator

    • Method Detail

      • hasNext

        boolean hasNext()
      • hasNext

        boolean hasNext​(long minBound,
                        long maxBound)
      • next

        void next()
      • currentTime

        long currentTime()
      • currentValue

        java.lang.Object currentValue()
      • reset

        void reset()
      • totalLength

        int totalLength()