/[projects]/dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/LookupMain.java
ViewVC logotype

Diff of /dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/LookupMain.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2421 by torben, Thu Feb 19 13:39:33 2015 UTC revision 2422 by torben, Tue Mar 3 08:14:09 2015 UTC
# Line 31  public class LookupMain { Line 31  public class LookupMain {
31          static Statistik mestBrugteTid = new Statistik();          static Statistik mestBrugteTid = new Statistik();
32          static Statistik stoersteDataset = new Statistik();          static Statistik stoersteDataset = new Statistik();
33                    
34          static Adresse[] alleDaekkedeAdresser;          private static Adresse[] alleDaekkedeAdresser;
35    
36          static ThreadPoolExecutor threadPool;          static ThreadPoolExecutor threadPool;
37    
# Line 132  public class LookupMain { Line 132  public class LookupMain {
132                          /// Test                          /// Test
133                          db.resetResultTable();                          db.resetResultTable();
134                                                    
135                          if (consts.doExtendedLookup()) {  
136                                  alleDaekkedeAdresser = db.hentAlleDaekkedeAdresser();                          alleDaekkedeAdresser = db.hentAlleDaekkedeAdresser();
137                                  logger.info( "AlleDaekkedeAdresser.length=" + alleDaekkedeAdresser.length);                          logger.info( "AlleDaekkedeAdresser.length=" + alleDaekkedeAdresser.length);
138                          }  
139                                                    
140                          Lookup lookup = new Lookup(2700, db, threadPool);                          Lookup lookup = new Lookup(2700, db, threadPool);
141                          lookup.doLookup();                                                                                        lookup.doLookup();                                                              

Legend:
Removed from v.2421  
changed lines
  Added in v.2422

  ViewVC Help
Powered by ViewVC 1.1.20