Uses of Class
org.apache.hadoop.hdfs.server.namenode.CheckpointSignature

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

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

Methods in org.apache.hadoop.hdfs.server.namenode that return CheckpointSignature
 CheckpointSignature NameNode.rollEditLog()
          Deprecated. 
 

Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type CheckpointSignature
 int CheckpointSignature.compareTo(CheckpointSignature o)
           
 void NameNode.endCheckpoint(NamenodeRegistration registration, CheckpointSignature sig)
           
 void BackupNode.endCheckpoint(NamenodeRegistration registration, CheckpointSignature sig)
           
 

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

Methods in org.apache.hadoop.hdfs.server.protocol that return CheckpointSignature
 CheckpointSignature CheckpointCommand.getSignature()
          Checkpoint signature is used to ensure that nodes are talking about the same checkpoint.
 CheckpointSignature NamenodeProtocol.rollEditLog()
          Deprecated. See SecondaryNameNode
 

Methods in org.apache.hadoop.hdfs.server.protocol with parameters of type CheckpointSignature
 void NamenodeProtocol.endCheckpoint(NamenodeRegistration registration, CheckpointSignature sig)
          A request to the active name-node to finalize previously started checkpoint.
 

Constructors in org.apache.hadoop.hdfs.server.protocol with parameters of type CheckpointSignature
CheckpointCommand(CheckpointSignature sig, boolean isImgObsolete, boolean needToReturnImg)
           
 



Copyright © 2009 The Apache Software Foundation