public class StorageBlockReport extends Object
| Constructor and Description |
|---|
StorageBlockReport(org.apache.hadoop.hdfs.server.protocol.DatanodeStorage storage,
org.apache.hadoop.hdfs.protocol.BlockListAsLongs blocks) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hdfs.protocol.BlockListAsLongs |
getBlocks() |
org.apache.hadoop.hdfs.server.protocol.DatanodeStorage |
getStorage() |
public StorageBlockReport(org.apache.hadoop.hdfs.server.protocol.DatanodeStorage storage, org.apache.hadoop.hdfs.protocol.BlockListAsLongs blocks)
public org.apache.hadoop.hdfs.server.protocol.DatanodeStorage getStorage()
public org.apache.hadoop.hdfs.protocol.BlockListAsLongs getBlocks()
Copyright © 2017 Apache Software Foundation. All Rights Reserved.