Class LocatedStripedBlock

java.lang.Object
org.apache.hadoop.hdfs.protocol.LocatedBlock
org.apache.hadoop.hdfs.protocol.LocatedStripedBlock

@Private @Evolving public class LocatedStripedBlock extends LocatedBlock
LocatedBlock with striped block support. For a striped block, each datanode storage is associated with a block in the block group. We need to record the index (in the striped block group) for each of them.
  • Constructor Details

    • LocatedStripedBlock

      public LocatedStripedBlock(ExtendedBlock b, DatanodeInfo[] locs, String[] storageIDs, org.apache.hadoop.fs.StorageType[] storageTypes, byte[] indices, long startOffset, boolean corrupt, DatanodeInfo[] cachedLocs)
  • Method Details