Class RFile


  • public class RFile
    extends Object
    RFile is Accumulo's internal storage format for Key Value pairs. This class is a Factory that enables creating a Scanner for reading and a RFileWriter for writing Rfiles.

    The Scanner created by this class makes it easy to experiment with real data from a live system on a developers workstation. Also the Scanner can be used to write tools to analyze Accumulo's raw data.

    Since:
    1.8.0
    • Constructor Detail

      • RFile

        public RFile()