| Package | Description |
|---|---|
| org.apache.hadoop.hdfs |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
DFSInputStream.fetchBlockByteRange(LocatedBlock block,
long start,
long end,
java.nio.ByteBuffer buf,
DFSUtilClient.CorruptedBlocks corruptedBlocks) |
|
protected void |
DFSStripedInputStream.fetchBlockByteRange(LocatedBlock block,
long start,
long end,
java.nio.ByteBuffer buf,
DFSUtilClient.CorruptedBlocks corruptedBlocks) |
Real implementation of pread.
|
protected void |
DFSInputStream.reportCheckSumFailure(DFSUtilClient.CorruptedBlocks corruptedBlocks,
int dataNodeCount,
boolean isStriped) |
DFSInputStream reports checksum failure.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.