| 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.blockmanagement | |
| org.apache.hadoop.hdfs.server.datanode.erasurecode |
Datanode side striping + erasure coding related task processing.
|
| org.apache.hadoop.hdfs.server.protocol |
| Modifier and Type | Method | Description |
|---|---|---|
static BlockECReconstructionCommand.BlockECReconstructionInfo |
PBHelper.convertBlockECReconstructionInfo(org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos.BlockECReconstructionInfoProto blockEcReconstructionInfoProto) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos.BlockECReconstructionInfoProto |
PBHelper.convertBlockECRecoveryInfo(BlockECReconstructionCommand.BlockECReconstructionInfo blockEcRecoveryInfo) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<BlockECReconstructionCommand.BlockECReconstructionInfo> |
DatanodeDescriptor.getErasureCodeCommand(int maxTransfers) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ErasureCodingWorker.processErasureCodingTasks(java.util.Collection<BlockECReconstructionCommand.BlockECReconstructionInfo> ecTasks) |
Handles the Erasure Coding reconstruction work commands.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<BlockECReconstructionCommand.BlockECReconstructionInfo> |
BlockECReconstructionCommand.getECTasks() |
| Constructor | Description |
|---|---|
BlockECReconstructionCommand(int action,
java.util.Collection<BlockECReconstructionCommand.BlockECReconstructionInfo> blockECReconstructionInfoList) |
Create BlockECReconstructionCommand from a collection of
BlockECReconstructionCommand.BlockECReconstructionInfo, each representing a reconstruction
task |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.