Class StripedReconstructionInfo

java.lang.Object
org.apache.hadoop.hdfs.server.datanode.erasurecode.StripedReconstructionInfo

@Private public class StripedReconstructionInfo extends Object
Stores striped block info that can be used for block reconstruction.
  • 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)