Mercurial > hg > Database > Alice
comparison src/alice/test/topology/fishmodel/alpha/AutoIncrement.java @ 126:669dba7cbb69 working
Use singleton
author | sugi |
---|---|
date | Fri, 03 Aug 2012 19:14:46 +0900 |
parents | f84e1684c6be |
children | 1044a79ce4ef |
comparison
equal
deleted
inserted
replaced
125:6773146b353c | 126:669dba7cbb69 |
---|---|
40 | 40 |
41 | 41 |
42 ods.update("local", key, FP); | 42 ods.update("local", key, FP); |
43 /* | 43 /* |
44 try { | 44 try { |
45 wait(200); | 45 wait(100); |
46 } catch (InterruptedException e) { | 46 } catch (InterruptedException e) { |
47 // TODO Auto-generated catch block | 47 // TODO Auto-generated catch block |
48 e.printStackTrace(); | 48 e.printStackTrace(); |
49 } | 49 } |
50 */ | 50 */ |
51 new AutoIncrement(this.key,this.position.index); | 51 new AutoIncrement(this.key,this.position.index); |
52 //Init(); | |
53 //java.lang.System.gc(); | |
54 } | 52 } |
55 | 53 |
56 } | 54 } |