|
From: Ning L. <nin...@gm...> - 2008-03-18 23:29:32
|
On Tue, Mar 18, 2008 at 6:20 PM, <ni...@us...> wrote: > Change the Node protocols to the Host protocols. NodeInfo contains NodeID and Range. I have this distinction between NodeInfo and Pair<NodeID, Range> in that, NodeInfo implies the range is the partition that the node serves, while Pair<NodeID, Range> simply pairs a node and a range (e.g. the range could be a subset of the range which the node serves). Now I think this distinction is not really necessary and I should just get rid of Pair<NodeID, Range>? Ning |