Uses of Class
org.apache.hadoop.hdfs.server.protocol.BlockECReconstructionCommand.BlockECReconstructionInfo
Packages that use BlockECReconstructionCommand.BlockECReconstructionInfo
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Datanode side striping + erasure coding related task processing.
-
Uses of BlockECReconstructionCommand.BlockECReconstructionInfo in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return BlockECReconstructionCommand.BlockECReconstructionInfoModifier and TypeMethodDescriptionPBHelper.convertBlockECReconstructionInfo(org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos.BlockECReconstructionInfoProto blockEcReconstructionInfoProto) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type BlockECReconstructionCommand.BlockECReconstructionInfoModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos.BlockECReconstructionInfoProtoPBHelper.convertBlockECRecoveryInfo(BlockECReconstructionCommand.BlockECReconstructionInfo blockEcRecoveryInfo) -
Uses of BlockECReconstructionCommand.BlockECReconstructionInfo in org.apache.hadoop.hdfs.server.blockmanagement
Methods in org.apache.hadoop.hdfs.server.blockmanagement that return types with arguments of type BlockECReconstructionCommand.BlockECReconstructionInfo -
Uses of BlockECReconstructionCommand.BlockECReconstructionInfo in org.apache.hadoop.hdfs.server.datanode.erasurecode
Method parameters in org.apache.hadoop.hdfs.server.datanode.erasurecode with type arguments of type BlockECReconstructionCommand.BlockECReconstructionInfoModifier and TypeMethodDescriptionvoidErasureCodingWorker.processErasureCodingTasks(Collection<BlockECReconstructionCommand.BlockECReconstructionInfo> ecTasks) Handles the Erasure Coding reconstruction work commands. -
Uses of BlockECReconstructionCommand.BlockECReconstructionInfo in org.apache.hadoop.hdfs.server.protocol
Methods in org.apache.hadoop.hdfs.server.protocol that return types with arguments of type BlockECReconstructionCommand.BlockECReconstructionInfoConstructor parameters in org.apache.hadoop.hdfs.server.protocol with type arguments of type BlockECReconstructionCommand.BlockECReconstructionInfoModifierConstructorDescriptionBlockECReconstructionCommand(int action, Collection<BlockECReconstructionCommand.BlockECReconstructionInfo> blockECReconstructionInfoList) Create BlockECReconstructionCommand from a collection ofBlockECReconstructionCommand.BlockECReconstructionInfo, each representing a reconstruction task