Class ImportProcessor


  • public class ImportProcessor
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.apache.logging.log4j.Logger LOG  
    • Constructor Summary

      Constructors 
      Constructor Description
      ImportProcessor()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long parallelProcess​(java.util.List<java.lang.String> connectionIds, java.lang.String rootFolder, int threadsCount, java.util.List<DataObject> CMSDataList)  
      static boolean truncateTable​(Connection C, java.lang.String SchemaName, java.lang.String TableName, boolean Cascade)  
      • Methods inherited from class java.lang.Object

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

      • LOG

        protected static final org.apache.logging.log4j.Logger LOG
    • Constructor Detail

      • ImportProcessor

        public ImportProcessor()
    • Method Detail

      • parallelProcess

        public static long parallelProcess​(java.util.List<java.lang.String> connectionIds,
                                           java.lang.String rootFolder,
                                           int threadsCount,
                                           java.util.List<DataObject> CMSDataList)
      • truncateTable

        public static boolean truncateTable​(Connection C,
                                            java.lang.String SchemaName,
                                            java.lang.String TableName,
                                            boolean Cascade)