Package | Description |
---|---|
org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem . |
org.apache.hadoop.hdfs.nfs.nfs3 | |
org.apache.hadoop.hdfs.server.datanode | |
org.apache.hadoop.hdfs.server.namenode |
Modifier and Type | Method and Description |
---|---|
DFSClient |
DistributedFileSystem.getClient() |
Constructor and Description |
---|
CorruptFileBlockIterator(DFSClient dfs,
Path path) |
Modifier and Type | Method and Description |
---|---|
static WccData |
Nfs3Utils.createWccData(WccAttr preOpAttr,
DFSClient dfsClient,
String fileIdPath,
IdUserGroup iug) |
static Nfs3FileAttributes |
Nfs3Utils.getFileAttr(DFSClient client,
String fileIdPath,
IdUserGroup iug) |
static HdfsFileStatus |
Nfs3Utils.getFileStatus(DFSClient client,
String fileIdPath) |
static WccAttr |
Nfs3Utils.getWccAttr(DFSClient client,
String fileIdPath) |
Modifier and Type | Method and Description |
---|---|
static DFSClient |
DatanodeJspHelper.getDFSClient(javax.servlet.http.HttpServletRequest request,
DataNode datanode,
Configuration conf,
UserGroupInformation ugi)
Get DFSClient for a namenode corresponding to the BPID from a datanode
|
Modifier and Type | Method and Description |
---|---|
protected DFSClient |
StreamFile.getDFSClient(javax.servlet.http.HttpServletRequest request) |
Copyright © 2013 Apache Software Foundation. All rights reserved.