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

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

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

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

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

Subclasses of NamenodeCommand in org.apache.hadoop.hdfs.server.protocol
 class CheckpointCommand
          Checkpoint command.
 

Methods in org.apache.hadoop.hdfs.server.protocol that return NamenodeCommand
 NamenodeCommand NamenodeProtocol.startCheckpoint(NamenodeRegistration registration)
          A request to the active name-node to start a checkpoint.
 



Copyright © 2009 The Apache Software Foundation