Package edu.uga.cs.fluxbuster.db

Examples of edu.uga.cs.fluxbuster.db.DBInterface.storeClusters()


      log.info(this.getClass().getSimpleName() + " Started: "
          + Calendar.getInstance().getTime());
      log.info("Storing " + clusters.size() + " Clusters.");
    }
    dbiface.initClusterTables(log_date);
    dbiface.storeClusters(clusters, "SIE", log_date);
    if(log.isInfoEnabled()){
      log.info("Clusters stored.");
      log.info(this.getClass().getSimpleName() + " Finished: "
          + Calendar.getInstance().getTime());
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.