org.apache.hadoop.hdfs.server.protocol
Class StorageBlockReport

java.lang.Object
  extended by org.apache.hadoop.hdfs.server.protocol.StorageBlockReport

public class StorageBlockReport
extends Object

Block report for a Datanode storage


Constructor Summary
StorageBlockReport(DatanodeStorage storage, long[] blocks)
           
 
Method Summary
 long[] getBlocks()
           
 DatanodeStorage getStorage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageBlockReport

public StorageBlockReport(DatanodeStorage storage,
                          long[] blocks)
Method Detail

getStorage

public DatanodeStorage getStorage()

getBlocks

public long[] getBlocks()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.