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

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

public class StorageReceivedDeletedBlocks
extends Object

Report of block received and deleted per Datanode storage.


Constructor Summary
StorageReceivedDeletedBlocks(String storageID, ReceivedDeletedBlockInfo[] blocks)
           
 
Method Summary
 ReceivedDeletedBlockInfo[] getBlocks()
           
 String getStorageID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageReceivedDeletedBlocks

public StorageReceivedDeletedBlocks(String storageID,
                                    ReceivedDeletedBlockInfo[] blocks)
Method Detail

getStorageID

public String getStorageID()

getBlocks

public ReceivedDeletedBlockInfo[] getBlocks()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.