Class BlocksWithLocations.StripedBlockWithLocations
java.lang.Object
org.apache.hadoop.hdfs.server.protocol.BlocksWithLocations.BlockWithLocations
org.apache.hadoop.hdfs.server.protocol.BlocksWithLocations.StripedBlockWithLocations
- Enclosing class:
- BlocksWithLocations
public static class BlocksWithLocations.StripedBlockWithLocations
extends BlocksWithLocations.BlockWithLocations
-
Constructor Summary
ConstructorsConstructorDescriptionStripedBlockWithLocations(BlocksWithLocations.BlockWithLocations blk, byte[] indices, short dataBlockNum, int cellSize) -
Method Summary
Methods inherited from class org.apache.hadoop.hdfs.server.protocol.BlocksWithLocations.BlockWithLocations
getBlock, getDatanodeUuids, getStorageIDs, getStorageTypes, toString
-
Constructor Details
-
StripedBlockWithLocations
public StripedBlockWithLocations(BlocksWithLocations.BlockWithLocations blk, byte[] indices, short dataBlockNum, int cellSize)
-
-
Method Details
-
getIndices
public byte[] getIndices() -
getDataBlockNum
public short getDataBlockNum() -
getCellSize
public int getCellSize()
-