Class FormatResultNonMR


  • public class FormatResultNonMR
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FormatResultNonMR​(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path inDir, org.apache.hadoop.fs.Path outDir, int numThreads)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String printDiffRow​(java.nio.ByteBuffer row, com.mapr.db.rowcol.DBDocumentImpl doc)  
      int runWithoutMapReduce()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FormatResultNonMR

        public FormatResultNonMR​(org.apache.hadoop.conf.Configuration conf,
                                 org.apache.hadoop.fs.Path inDir,
                                 org.apache.hadoop.fs.Path outDir,
                                 int numThreads)
                          throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • printDiffRow

        public static java.lang.String printDiffRow​(java.nio.ByteBuffer row,
                                                    com.mapr.db.rowcol.DBDocumentImpl doc)
      • runWithoutMapReduce

        public int runWithoutMapReduce()
                                throws java.lang.Exception
        Throws:
        java.lang.Exception