Uses of Class
org.apache.hadoop.hdfs.server.protocol.NamenodeRegistration

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

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

Fields in org.apache.hadoop.hdfs.server.namenode declared as NamenodeRegistration
protected  NamenodeRegistration NameNode.nodeRegistration
          Registration information of this name-node
 

Methods in org.apache.hadoop.hdfs.server.namenode that return NamenodeRegistration
 NamenodeRegistration NameNode.register(NamenodeRegistration registration)
           
 NamenodeRegistration BackupNode.register(NamenodeRegistration registration)
           
 

Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type NamenodeRegistration
 void NameNode.endCheckpoint(NamenodeRegistration registration, CheckpointSignature sig)
           
 void BackupNode.endCheckpoint(NamenodeRegistration registration, CheckpointSignature sig)
           
 void NameNode.errorReport(NamenodeRegistration registration, int errorCode, String msg)
           
 void NameNode.journal(NamenodeRegistration registration, int jAction, int length, byte[] args)
           
 void BackupNode.journal(NamenodeRegistration nnReg, int jAction, int length, byte[] args)
           
 long NameNode.journalSize(NamenodeRegistration registration)
           
 NamenodeRegistration NameNode.register(NamenodeRegistration registration)
           
 NamenodeRegistration BackupNode.register(NamenodeRegistration registration)
           
 NamenodeCommand NameNode.startCheckpoint(NamenodeRegistration registration)
           
 NamenodeCommand BackupNode.startCheckpoint(NamenodeRegistration registration)
           
 

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

Methods in org.apache.hadoop.hdfs.server.protocol that return NamenodeRegistration
 NamenodeRegistration NamenodeProtocol.register(NamenodeRegistration registration)
          Register a subordinate name-node like backup node.
 

Methods in org.apache.hadoop.hdfs.server.protocol with parameters of type NamenodeRegistration
 void NamenodeProtocol.endCheckpoint(NamenodeRegistration registration, CheckpointSignature sig)
          A request to the active name-node to finalize previously started checkpoint.
 void NamenodeProtocol.errorReport(NamenodeRegistration registration, int errorCode, String msg)
          Report to the active name-node an error occurred on a subordinate node.
 void NamenodeProtocol.journal(NamenodeRegistration registration, int jAction, int length, byte[] records)
          Journal edit records.
 long NamenodeProtocol.journalSize(NamenodeRegistration registration)
          Get the size of the active name-node journal (edit log) in bytes.
 NamenodeRegistration NamenodeProtocol.register(NamenodeRegistration registration)
          Register a subordinate name-node like backup node.
 NamenodeCommand NamenodeProtocol.startCheckpoint(NamenodeRegistration registration)
          A request to the active name-node to start a checkpoint.
 



Copyright © 2009 The Apache Software Foundation