Class RowIterator

    • Constructor Detail

      • RowIterator

        public RowIterator​(Iterator<Map.Entry<Key,​Value>> iterator)
        Create an iterator from an (ordered) sequence of KeyValue pairs.
    • Method Detail

      • hasNext

        public boolean hasNext()
        Returns true if there is at least one more row to get. If the last row hasn't been fully read, this method will read through the end of the last row so it can determine if the underlying iterator has a next row. The last row is disabled from future use.
        Specified by:
        hasNext in interface Iterator<Iterator<Map.Entry<Key,​Value>>>
      • getKVCount

        public long getKVCount()
        Get a count of the total number of entries in all rows read so far.