예제 #1
0
 /**
  * Call heartbeat check function of HeartbeatManager
  *
  * @param bm the BlockManager to manipulate
  */
 public static void rescanPostponedMisreplicatedBlocks(BlockManager bm) {
   bm.rescanPostponedMisreplicatedBlocks();
 }