comparison src/main/java/alice/datasegment/Receiver.java @ 601:30f2c04571c2 dispose

add chat, add Star topology to topology manager&node
author Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp>
date Wed, 27 Apr 2016 16:28:10 +0900
parents 0564f38e9bfe
children
comparison
equal deleted inserted replaced
600:0564f38e9bfe 601:30f2c04571c2
85 public void setKey(String key) { 85 public void setKey(String key) {
86 setKey(key, 0); 86 setKey(key, 0);
87 } 87 }
88 88
89 public void setKey(String key, int index) { 89 public void setKey(String key, int index) {
90 90 this.managerKey="local";
91 this.key = key; 91 this.key = key;
92 this.index = index; 92 this.index = index;
93 switch (type) { 93 switch (type) {
94 case PEEK: 94 case PEEK:
95 ids.peek(this); 95 ids.peek(this);