Class LogJsonOuput

    • Constructor Summary

      Constructors 
      Constructor Description
      LogJsonOuput​(java.io.PrintStream theOut, java.util.List<java.lang.String> theColNames)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addRow​(java.lang.Object... theRow)  
      long output()  
      void setPrefetchLimit​(int thePrefetchLimit)  
      • Methods inherited from class java.lang.Object

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

      • LogJsonOuput

        public LogJsonOuput​(java.io.PrintStream theOut,
                            java.util.List<java.lang.String> theColNames)