| Package | Description | 
|---|---|
| org.apache.hadoop.hdfs.protocolPB | Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements. | 
| org.apache.hadoop.hdfs.server.protocol | Package contains classes that allows HDFS to communicate information b/w
 DataNode and NameNode. | 
| Modifier and Type | Method and Description | 
|---|---|
| static StorageReport | PBHelperClient. convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.StorageReportProto p) | 
| static StorageReport[] | PBHelperClient. convertStorageReports(List<org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.StorageReportProto> list) | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.StorageReportProto | PBHelperClient. convert(StorageReport r) | 
| static List<org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.StorageReportProto> | PBHelperClient. convertStorageReports(StorageReport[] storages) | 
| Modifier and Type | Field and Description | 
|---|---|
| static StorageReport[] | StorageReport. EMPTY_ARRAY | 
| Modifier and Type | Method and Description | 
|---|---|
| StorageReport[] | DatanodeStorageReport. getStorageReports() | 
| Constructor and Description | 
|---|
| DatanodeStorageReport(org.apache.hadoop.hdfs.protocol.DatanodeInfo datanodeInfo,
                     StorageReport[] storageReports) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.