Uses of Class
org.apache.hadoop.hdfs.server.protocol.BlockRecoveryCommand.RecoveringBlock

Packages that use BlockRecoveryCommand.RecoveringBlock
org.apache.hadoop.hdfs.server.datanode   
org.apache.hadoop.hdfs.server.protocol   
 

Uses of BlockRecoveryCommand.RecoveringBlock in org.apache.hadoop.hdfs.server.datanode
 

Methods in org.apache.hadoop.hdfs.server.datanode with parameters of type BlockRecoveryCommand.RecoveringBlock
 ReplicaRecoveryInfo FSDatasetInterface.initReplicaRecovery(BlockRecoveryCommand.RecoveringBlock rBlock)
          Initialize a replica recovery.
 ReplicaRecoveryInfo FSDataset.initReplicaRecovery(BlockRecoveryCommand.RecoveringBlock rBlock)
           
 ReplicaRecoveryInfo DataNode.initReplicaRecovery(BlockRecoveryCommand.RecoveringBlock rBlock)
           
 

Method parameters in org.apache.hadoop.hdfs.server.datanode with type arguments of type BlockRecoveryCommand.RecoveringBlock
 org.apache.hadoop.util.Daemon DataNode.recoverBlocks(Collection<BlockRecoveryCommand.RecoveringBlock> blocks)
           
 

Uses of BlockRecoveryCommand.RecoveringBlock in org.apache.hadoop.hdfs.server.protocol
 

Methods in org.apache.hadoop.hdfs.server.protocol that return types with arguments of type BlockRecoveryCommand.RecoveringBlock
 Collection<BlockRecoveryCommand.RecoveringBlock> BlockRecoveryCommand.getRecoveringBlocks()
          Return the list of recovering blocks.
 

Methods in org.apache.hadoop.hdfs.server.protocol with parameters of type BlockRecoveryCommand.RecoveringBlock
 void BlockRecoveryCommand.add(BlockRecoveryCommand.RecoveringBlock block)
          Add recovering block to the command.
 ReplicaRecoveryInfo InterDatanodeProtocol.initReplicaRecovery(BlockRecoveryCommand.RecoveringBlock rBlock)
          Initialize a replica recovery.
 



Copyright © 2009 The Apache Software Foundation