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

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

Uses of NodeRegistration in org.apache.hadoop.hdfs.protocol
 

Constructors in org.apache.hadoop.hdfs.protocol with parameters of type NodeRegistration
UnregisteredNodeException(NodeRegistration nodeReg)
           
 

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

Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type NodeRegistration
 void NameNode.verifyRequest(NodeRegistration nodeReg)
          Verify request.
 

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

Classes in org.apache.hadoop.hdfs.server.protocol that implement NodeRegistration
 class DatanodeRegistration
          DatanodeRegistration class contains all information the name-node needs to identify and verify a data-node when it contacts the name-node.
 class NamenodeRegistration
          Information sent by a subordinate name-node to the active name-node during the registration process.
 



Copyright © 2009 The Apache Software Foundation