633634635636637638639640641642
} } if(machineSet.size() == 0) { return 0; } else { results.add(new BlockWithLocations(block, machineSet.toArray(new String[machineSet.size()]))); return block.getNumBytes(); } }
621622623624625626627628629
} } if(numNodes == 0) { return 0; } else { results.add(new BlockWithLocations(block, machineSet)); return block.getNumBytes(); } }
691692693694695696697698699700