Mercurial > hg > Database > Alice
comparison src/alice/datasegment/LocalDataSegmentManager.java @ 30:b5a21baf0b07
implements RingTopology
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 17 Jan 2012 16:13:03 +0900 |
parents | 98ab26e09a98 |
children | 20c67f673224 |
comparison
equal
deleted
inserted
replaced
29:414fcce36e90 | 30:b5a21baf0b07 |
---|---|
59 @Override | 59 @Override |
60 public void remove(String key) { | 60 public void remove(String key) { |
61 DataSegmentKey dataSegmentKey = getDataSegmentKey(key); | 61 DataSegmentKey dataSegmentKey = getDataSegmentKey(key); |
62 dataSegmentKey.addCommand(new Command(CommandType.REMOVE, null, null, null, 0, 0, replyQueue, null, null)); | 62 dataSegmentKey.addCommand(new Command(CommandType.REMOVE, null, null, null, 0, 0, replyQueue, null, null)); |
63 } | 63 } |
64 | 64 |
65 @Override public void finish() { | |
66 System.exit(0); | |
67 } | |
68 | |
65 } | 69 } |