Mercurial > hg > Database > Christie
changeset 81:41902f08efa7
add comment
author | akahori |
---|---|
date | Sat, 15 Sep 2018 08:49:11 +0900 |
parents | 1e66fd626aff |
children | a02f44b709c0 |
files | src/main/java/christie/topology/manager/RecordTopology.java |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main/java/christie/topology/manager/RecordTopology.java Tue Sep 11 18:20:59 2018 +0900 +++ b/src/main/java/christie/topology/manager/RecordTopology.java Sat Sep 15 08:49:11 2018 +0900 @@ -10,6 +10,8 @@ import java.util.HashMap; import java.util.LinkedList; + +// Recordだけじゃなく, sendも担っているので名前変えたほうがいいかも public class RecordTopology extends CodeGear { @Take @@ -18,9 +20,6 @@ @Peek HashMap<String, HashMap<String, HostMessage>> topology; // ノード数nの全結合のデータ数 (n-1)*n + n - //@Peek - //HashMap<String, LinkedList<HostMessage>> topology; // ノード数nの全結合のデータ数 (n-1)*n - @Override protected void run(CodeGearManager cgm) { String nodeName = nodeInfo.nodeName;