Class StripedReconstructionInfo
java.lang.Object
org.apache.hadoop.hdfs.server.datanode.erasurecode.StripedReconstructionInfo
Stores striped block info that can be used for block reconstruction.
-
Constructor Summary
ConstructorsConstructorDescriptionStripedReconstructionInfo(org.apache.hadoop.hdfs.protocol.ExtendedBlock blockGroup, org.apache.hadoop.hdfs.protocol.ErasureCodingPolicy ecPolicy, byte[] liveIndices, org.apache.hadoop.hdfs.protocol.DatanodeInfo[] sources, byte[] targetIndices) -
Method Summary
-
Constructor Details
-
StripedReconstructionInfo
public StripedReconstructionInfo(org.apache.hadoop.hdfs.protocol.ExtendedBlock blockGroup, org.apache.hadoop.hdfs.protocol.ErasureCodingPolicy ecPolicy, byte[] liveIndices, org.apache.hadoop.hdfs.protocol.DatanodeInfo[] sources, byte[] targetIndices)
-