Uses of Class
org.apache.hadoop.hdfs.server.protocol.BlockReportContext
Packages that use BlockReportContext
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of BlockReportContext in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return BlockReportContextModifier and TypeMethodDescriptionstatic BlockReportContextPBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.DatanodeProtocolProtos.BlockReportContextProto proto) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type BlockReportContextModifier and TypeMethodDescriptionDatanodeProtocolClientSideTranslatorPB.blockReport(DatanodeRegistration registration, String poolId, StorageBlockReport[] reports, BlockReportContext context) static org.apache.hadoop.hdfs.protocol.proto.DatanodeProtocolProtos.BlockReportContextProtoPBHelper.convert(BlockReportContext context) -
Uses of BlockReportContext in org.apache.hadoop.hdfs.server.blockmanagement
Methods in org.apache.hadoop.hdfs.server.blockmanagement with parameters of type BlockReportContextModifier and TypeMethodDescriptionbooleanBlockManager.checkBlockReportLease(BlockReportContext context, org.apache.hadoop.hdfs.protocol.DatanodeID nodeID) Check block report lease.voidBlockManagerFaultInjector.incomingBlockReportRpc(org.apache.hadoop.hdfs.protocol.DatanodeID nodeID, BlockReportContext context) booleanBlockManager.processReport(org.apache.hadoop.hdfs.protocol.DatanodeID nodeID, org.apache.hadoop.hdfs.server.protocol.DatanodeStorage storage, BlockListAsLongs newReport, BlockReportContext context) The given storage is reporting all its blocks.voidBlockManager.removeBRLeaseIfNeeded(org.apache.hadoop.hdfs.protocol.DatanodeID nodeID, BlockReportContext context) -
Uses of BlockReportContext in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type BlockReportContextModifier and TypeMethodDescriptionNameNodeRpcServer.blockReport(DatanodeRegistration nodeReg, String poolId, StorageBlockReport[] reports, BlockReportContext context) -
Uses of BlockReportContext in org.apache.hadoop.hdfs.server.protocol
Methods in org.apache.hadoop.hdfs.server.protocol with parameters of type BlockReportContextModifier and TypeMethodDescriptionDatanodeProtocol.blockReport(DatanodeRegistration registration, String poolId, StorageBlockReport[] reports, BlockReportContext context) blockReport() tells the NameNode about all the locally-stored blocks.