devinli05 / DistributedKeyValueStore

CS 416 class project
0 stars 0 forks source link

Handle a request from a node to return all key values associated with that node #13

Open tjxn opened 8 years ago

tjxn commented 8 years ago

Node 1 starts, asks Node 2 for all key value pairs that Node 2 has that are associated with Node 1. This function would handle that request by sending all the key value pairs that Node 1 needs that Node 2 has.