Uses of Interface
org.apache.hadoop.hdfs.server.protocol.NamenodeProtocol

Packages that use NamenodeProtocol
org.apache.hadoop.hdfs.server.namenode   
org.apache.hadoop.hdfs.server.protocol   
 

Uses of NamenodeProtocol in org.apache.hadoop.hdfs.server.namenode
 

Classes in org.apache.hadoop.hdfs.server.namenode that implement NamenodeProtocol
 class BackupNode
          BackupNode.
 class NameNode
          NameNode serves as both directory namespace manager and "inode table" for the Hadoop DFS.
 

Uses of NamenodeProtocol in org.apache.hadoop.hdfs.server.protocol
 

Subinterfaces of NamenodeProtocol in org.apache.hadoop.hdfs.server.protocol
 interface NamenodeProtocols
          The full set of RPC methods implemented by the Namenode.
 



Copyright © 2009 The Apache Software Foundation