org.apache.hadoop.hdfs.server.protocol
Class StorageReceivedDeletedBlocks
java.lang.Object
org.apache.hadoop.hdfs.server.protocol.StorageReceivedDeletedBlocks
public class StorageReceivedDeletedBlocks
- extends Object
Report of block received and deleted per Datanode
storage.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StorageReceivedDeletedBlocks
@Deprecated
public StorageReceivedDeletedBlocks(String storageID,
ReceivedDeletedBlockInfo[] blocks)
- Deprecated.
StorageReceivedDeletedBlocks
public StorageReceivedDeletedBlocks(DatanodeStorage storage,
ReceivedDeletedBlockInfo[] blocks)
getStorageID
@Deprecated
public String getStorageID()
- Deprecated.
getStorage
public DatanodeStorage getStorage()
getBlocks
public ReceivedDeletedBlockInfo[] getBlocks()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.