|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientProtocol | |
---|---|
org.apache.hadoop.hdfs | A distributed implementation of FileSystem . |
org.apache.hadoop.hdfs.server.namenode | |
org.apache.hadoop.hdfs.server.protocol |
Uses of ClientProtocol in org.apache.hadoop.hdfs |
---|
Methods in org.apache.hadoop.hdfs that return ClientProtocol | |
---|---|
static ClientProtocol |
DFSClient.createNamenode(org.apache.hadoop.conf.Configuration conf)
The locking hierarchy is to first acquire lock on DFSClient object, followed by lock on leasechecker, followed by lock on an individual DFSOutputStream. |
static ClientProtocol |
DFSClient.createNamenode(InetSocketAddress nameNodeAddr,
org.apache.hadoop.conf.Configuration conf)
|
ClientProtocol |
DFSClient.getNamenode()
Get the namenode associated with this DFSClient object |
Methods in org.apache.hadoop.hdfs with parameters of type ClientProtocol | |
---|---|
static org.apache.hadoop.fs.MD5MD5CRC32FileChecksum |
DFSClient.getFileChecksum(String src,
ClientProtocol namenode,
SocketFactory socketFactory,
int socketTimeout)
Get the checksum of a file. |
Uses of ClientProtocol in org.apache.hadoop.hdfs.server.namenode |
---|
Classes in org.apache.hadoop.hdfs.server.namenode that implement ClientProtocol | |
---|---|
class |
BackupNode
BackupNode. |
class |
NameNode
NameNode serves as both directory namespace manager and "inode table" for the Hadoop DFS. |
Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type ClientProtocol | |
---|---|
protected URI |
FileDataServlet.createUri(String parent,
HdfsFileStatus i,
org.apache.hadoop.security.UserGroupInformation ugi,
ClientProtocol nnproxy,
javax.servlet.http.HttpServletRequest request)
Create a redirection URI |
Uses of ClientProtocol in org.apache.hadoop.hdfs.server.protocol |
---|
Subinterfaces of ClientProtocol in org.apache.hadoop.hdfs.server.protocol | |
---|---|
interface |
NamenodeProtocols
The full set of RPC methods implemented by the Namenode. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |