private void readEachFile(File _f) throws Exception {
   // System.out.println("Thread - " + runEach + " : Reading file > " + _f.getName());
   ArrayList<LogData> lds = serializer.read(_f);
   QUEUE.add(lds);
 }