Uses of Class
org.apache.hadoop.hdfs.protocol.BlockListAsLongs

Packages that use BlockListAsLongs
org.apache.hadoop.hdfs.server.datanode   
org.apache.hadoop.hdfs.server.namenode   
 

Uses of BlockListAsLongs in org.apache.hadoop.hdfs.server.datanode
 

Methods in org.apache.hadoop.hdfs.server.datanode that return BlockListAsLongs
 BlockListAsLongs FSDatasetInterface.getBlockReport()
          Returns the block report - the full list of blocks stored
 BlockListAsLongs FSDataset.getBlockReport()
          Generates a block report from the in-memory block map.
 

Uses of BlockListAsLongs in org.apache.hadoop.hdfs.server.namenode
 

Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type BlockListAsLongs
 void BlockManager.processReport(DatanodeDescriptor node, BlockListAsLongs report)
          The given node is reporting all its blocks.
 void FSNamesystem.processReport(DatanodeID nodeID, BlockListAsLongs newReport)
          The given node is reporting all its blocks.
 



Copyright © 2009 The Apache Software Foundation