693694695696697698699700701702
} } 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(); } }
731732733734735736737738739740
636637638639640641642643644645
633634635636637638639640641642