Uses of Class
org.apache.hadoop.hdfs.server.protocol.BlockRecoveryCommand.RecoveringBlock
Packages that use BlockRecoveryCommand.RecoveringBlock
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of BlockRecoveryCommand.RecoveringBlock in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return BlockRecoveryCommand.RecoveringBlockModifier and TypeMethodDescriptionPBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RecoveringBlockProto b) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type BlockRecoveryCommand.RecoveringBlockModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RecoveringBlockProtoPBHelper.convert(BlockRecoveryCommand.RecoveringBlock b) InterDatanodeProtocolTranslatorPB.initReplicaRecovery(BlockRecoveryCommand.RecoveringBlock rBlock) -
Uses of BlockRecoveryCommand.RecoveringBlock in org.apache.hadoop.hdfs.server.datanode
Methods in org.apache.hadoop.hdfs.server.datanode with parameters of type BlockRecoveryCommand.RecoveringBlockModifier and TypeMethodDescriptionDataNode.initReplicaRecovery(BlockRecoveryCommand.RecoveringBlock rBlock) Method parameters in org.apache.hadoop.hdfs.server.datanode with type arguments of type BlockRecoveryCommand.RecoveringBlockModifier and TypeMethodDescriptionorg.apache.hadoop.util.DaemonBlockRecoveryWorker.recoverBlocks(String who, Collection<BlockRecoveryCommand.RecoveringBlock> blocks) -
Uses of BlockRecoveryCommand.RecoveringBlock in org.apache.hadoop.hdfs.server.datanode.fsdataset
Methods in org.apache.hadoop.hdfs.server.datanode.fsdataset with parameters of type BlockRecoveryCommand.RecoveringBlockModifier and TypeMethodDescriptionFsDatasetSpi.initReplicaRecovery(BlockRecoveryCommand.RecoveringBlock rBlock) Initialize a replica recovery. -
Uses of BlockRecoveryCommand.RecoveringBlock in org.apache.hadoop.hdfs.server.protocol
Methods in org.apache.hadoop.hdfs.server.protocol that return types with arguments of type BlockRecoveryCommand.RecoveringBlockModifier and TypeMethodDescriptionBlockRecoveryCommand.getRecoveringBlocks()Return the list of recovering blocks.Methods in org.apache.hadoop.hdfs.server.protocol with parameters of type BlockRecoveryCommand.RecoveringBlockModifier and TypeMethodDescriptionvoidBlockRecoveryCommand.add(BlockRecoveryCommand.RecoveringBlock block) Add recovering block to the command.InterDatanodeProtocol.initReplicaRecovery(BlockRecoveryCommand.RecoveringBlock rBlock) Initialize a replica recovery.Constructors in org.apache.hadoop.hdfs.server.protocol with parameters of type BlockRecoveryCommand.RecoveringBlockModifierConstructorDescriptionRecoveringStripedBlock(BlockRecoveryCommand.RecoveringBlock rBlock, byte[] blockIndices, org.apache.hadoop.hdfs.protocol.ErasureCodingPolicy ecPolicy) Constructor parameters in org.apache.hadoop.hdfs.server.protocol with type arguments of type BlockRecoveryCommand.RecoveringBlockModifierConstructorDescription