{
final String table = entry.getKey();
final InetAddress source = entry.getValue().getKey();
final Collection<Range<Token>> ranges = entry.getValue().getValue();
/* Send messages to respective folks to stream data over to me */
IStreamCallback callback = new IStreamCallback()
{
public void onSuccess()
{
completed.addAll(ranges);
latch.countDown();