| Package | Description |
|---|---|
| org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem. |
| org.apache.hadoop.hdfs.server.common |
| Modifier and Type | Method and Description |
|---|---|
DFSClient.Conf |
DFSClient.getConf() |
| Modifier and Type | Method and Description |
|---|---|
static BlockReader |
BlockReaderFactory.newBlockReader(DFSClient.Conf conf,
String file,
ExtendedBlock block,
Token<BlockTokenIdentifier> blockToken,
long startOffset,
long len,
boolean verifyChecksum,
String clientName,
Peer peer,
DatanodeID datanodeID,
org.apache.hadoop.hdfs.DomainSocketFactory domSockFactory,
org.apache.hadoop.hdfs.PeerCache peerCache,
org.apache.hadoop.hdfs.FileInputStreamCache fisCache,
boolean allowShortCircuitLocalReads,
CachingStrategy cachingStrategy)
Create a new BlockReader specifically to satisfy a read.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JspHelper.streamBlockInAscii(InetSocketAddress addr,
String poolId,
long blockId,
Token<BlockTokenIdentifier> blockToken,
long genStamp,
long blockSize,
long offsetIntoBlock,
long chunkSizeToView,
javax.servlet.jsp.JspWriter out,
Configuration conf,
DFSClient.Conf dfsConf,
DataEncryptionKey encryptionKey) |
Copyright © 2013 Apache Software Foundation. All rights reserved.