Class RFileReaderIterator
- java.lang.Object
-
- uk.gov.gchq.gaffer.sparkaccumulo.operation.rfilereaderrdd.RFileReaderIterator
-
- All Implemented Interfaces:
Iterator<Map.Entry<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>>
public class RFileReaderIterator extends Object implements Iterator<Map.Entry<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>>
ARFileReaderIterator
is aIterator
formed by merging iterators over a set of RFiles.
-
-
Constructor Summary
Constructors Constructor Description RFileReaderIterator(org.apache.spark.Partition partition, org.apache.spark.TaskContext taskContext, org.apache.hadoop.conf.Configuration configuration, Set<String> auths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Map.Entry<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>
next()
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-