Uses of Class
org.apache.hadoop.hdfs.server.protocol.NamenodeRegistration
Packages that use NamenodeRegistration
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of NamenodeRegistration in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return NamenodeRegistrationModifier and TypeMethodDescriptionstatic NamenodeRegistrationPBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.NamenodeRegistrationProto reg) NamenodeProtocolTranslatorPB.registerSubordinateNamenode(NamenodeRegistration registration) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type NamenodeRegistrationModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.NamenodeRegistrationProtoPBHelper.convert(NamenodeRegistration reg) voidNamenodeProtocolTranslatorPB.endCheckpoint(NamenodeRegistration registration, CheckpointSignature sig) voidNamenodeProtocolTranslatorPB.errorReport(NamenodeRegistration registration, int errorCode, String msg) NamenodeProtocolTranslatorPB.registerSubordinateNamenode(NamenodeRegistration registration) NamenodeProtocolTranslatorPB.startCheckpoint(NamenodeRegistration registration) -
Uses of NamenodeRegistration in org.apache.hadoop.hdfs.server.namenode
Fields in org.apache.hadoop.hdfs.server.namenode declared as NamenodeRegistrationModifier and TypeFieldDescriptionprotected NamenodeRegistrationNameNode.nodeRegistrationRegistration information of this name-nodeMethods in org.apache.hadoop.hdfs.server.namenode that return NamenodeRegistrationModifier and TypeMethodDescriptionNameNodeRpcServer.registerSubordinateNamenode(NamenodeRegistration registration) Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type NamenodeRegistrationModifier and TypeMethodDescriptionvoidNameNodeRpcServer.endCheckpoint(NamenodeRegistration registration, CheckpointSignature sig) voidNameNodeRpcServer.errorReport(NamenodeRegistration registration, int errorCode, String msg) NameNodeRpcServer.registerSubordinateNamenode(NamenodeRegistration registration) NameNodeRpcServer.startCheckpoint(NamenodeRegistration registration) -
Uses of NamenodeRegistration in org.apache.hadoop.hdfs.server.protocol
Methods in org.apache.hadoop.hdfs.server.protocol that return NamenodeRegistrationModifier and TypeMethodDescriptionNamenodeProtocol.registerSubordinateNamenode(NamenodeRegistration registration) Register a subordinate name-node like backup node.Methods in org.apache.hadoop.hdfs.server.protocol with parameters of type NamenodeRegistrationModifier and TypeMethodDescriptionvoidNamenodeProtocol.endCheckpoint(NamenodeRegistration registration, CheckpointSignature sig) A request to the active name-node to finalize previously started checkpoint.voidNamenodeProtocol.errorReport(NamenodeRegistration registration, int errorCode, String msg) Report to the active name-node an error occurred on a subordinate node.NamenodeProtocol.registerSubordinateNamenode(NamenodeRegistration registration) Register a subordinate name-node like backup node.NamenodeProtocol.startCheckpoint(NamenodeRegistration registration) A request to the active name-node to start a checkpoint.