Uses of Class
org.apache.hadoop.hdfs.server.namenode.CheckpointSignature
Packages that use CheckpointSignature
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of CheckpointSignature in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return CheckpointSignatureModifier and TypeMethodDescriptionstatic CheckpointSignaturePBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.CheckpointSignatureProto s) NamenodeProtocolTranslatorPB.rollEditLog()Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type CheckpointSignatureModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.CheckpointSignatureProtoPBHelper.convert(CheckpointSignature s) voidNamenodeProtocolTranslatorPB.endCheckpoint(NamenodeRegistration registration, CheckpointSignature sig) -
Uses of CheckpointSignature in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return CheckpointSignatureMethods in org.apache.hadoop.hdfs.server.namenode with parameters of type CheckpointSignatureModifier and TypeMethodDescriptionintCheckpointSignature.compareTo(CheckpointSignature o) voidNameNodeRpcServer.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 CheckpointSignatureModifier and TypeMethodDescriptionCheckpointCommand.getSignature()Checkpoint signature is used to ensure that nodes are talking about the same checkpoint.NamenodeProtocol.rollEditLog()Closes the current edit log and opens a new one.Methods in org.apache.hadoop.hdfs.server.protocol with parameters of type CheckpointSignatureModifier and TypeMethodDescriptionvoidNamenodeProtocol.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 CheckpointSignatureModifierConstructorDescriptionCheckpointCommand(CheckpointSignature sig, boolean needToReturnImg)