Uses of Class
org.apache.hadoop.hdfs.server.protocol.StorageBlockReport
Packages that use StorageBlockReport
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of StorageBlockReport in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type StorageBlockReportModifier and TypeMethodDescriptionDatanodeProtocolClientSideTranslatorPB.blockReport(DatanodeRegistration registration, String poolId, StorageBlockReport[] reports, BlockReportContext context) -
Uses of StorageBlockReport in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type StorageBlockReportModifier and TypeMethodDescriptionNameNodeRpcServer.blockReport(DatanodeRegistration nodeReg, String poolId, StorageBlockReport[] reports, BlockReportContext context) -
Uses of StorageBlockReport in org.apache.hadoop.hdfs.server.protocol
Methods in org.apache.hadoop.hdfs.server.protocol with parameters of type StorageBlockReportModifier and TypeMethodDescriptionDatanodeProtocol.blockReport(DatanodeRegistration registration, String poolId, StorageBlockReport[] reports, BlockReportContext context) blockReport() tells the NameNode about all the locally-stored blocks.