Uses of Class
org.apache.hadoop.hdfs.DFSUtilClient.CorruptedBlocks
Packages that use DFSUtilClient.CorruptedBlocks
-
Uses of DFSUtilClient.CorruptedBlocks in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs with parameters of type DFSUtilClient.CorruptedBlocksModifier and TypeMethodDescriptionprotected voidDFSInputStream.fetchBlockByteRange(LocatedBlock block, long start, long end, ByteBuffer buf, DFSUtilClient.CorruptedBlocks corruptedBlocks, Map<InetSocketAddress, List<IOException>> exceptionMap) protected voidDFSStripedInputStream.fetchBlockByteRange(LocatedBlock block, long start, long end, ByteBuffer buf, DFSUtilClient.CorruptedBlocks corruptedBlocks, Map<InetSocketAddress, List<IOException>> exceptionMap) Real implementation of pread.protected voidDFSInputStream.reportCheckSumFailure(DFSUtilClient.CorruptedBlocks corruptedBlocks, int dataNodeCount, boolean isStriped) DFSInputStream reports checksum failure.