Package uk.gov.gchq.gaffer.sparkaccumulo.operation.rfilereaderrdd
Operations for using RFiles with the Accumulo Gaffer store.
-
Class Summary Class Description AccumuloTablet AnAccumuloTablet
maintains information related to a particular tablet, including the start and end of that tablet and the set of files that data for the tablet is stored.RFileReaderIterator ARFileReaderIterator
is aIterator
formed by merging iterators over a set of RFiles.RFileReaderRDD Utils