Mercurial > hg > Database > Alice
comparison src/alice/test/codesegment/local/wordcount/StartWordCount.java @ 242:3bcaf12cf877
use MappedByteBuffer
author | sugi |
---|---|
date | Tue, 16 Apr 2013 18:26:07 +0900 |
parents | 02783f3699b1 |
children | 6f8236208875 |
comparison
equal
deleted
inserted
replaced
241:02783f3699b1 | 242:3bcaf12cf877 |
---|---|
3 import alice.daemon.AliceDaemon; | 3 import alice.daemon.AliceDaemon; |
4 import alice.daemon.Config; | 4 import alice.daemon.Config; |
5 | 5 |
6 | 6 |
7 public class StartWordCount { | 7 public class StartWordCount { |
8 public static long t = System.currentTimeMillis(); | |
8 public static void main(String[] args){ | 9 public static void main(String[] args){ |
10 | |
9 new AliceDaemon(new Config(args)).listen(); // logger off | 11 new AliceDaemon(new Config(args)).listen(); // logger off |
10 | 12 |
11 WordConfig conf = new WordConfig(args); | 13 WordConfig conf = new WordConfig(args); |
12 new SetTask(conf).execute(); | 14 new SetTask(conf).execute(); |
13 } | 15 } |