org.apache.hadoop.hdfs.server.protocol
Class StorageBlockReport
java.lang.Object
org.apache.hadoop.hdfs.server.protocol.StorageBlockReport
public class StorageBlockReport
- extends Object
Block report for a Datanode storage
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StorageBlockReport
public StorageBlockReport(DatanodeStorage storage,
long[] blocks)
getStorage
public DatanodeStorage getStorage()
getBlocks
public long[] getBlocks()
Copyright © 2013 Apache Software Foundation. All Rights Reserved.