Uses of Class
org.apache.hadoop.hdfs.server.protocol.NamenodeCommand
Packages that use NamenodeCommand
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of NamenodeCommand in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return NamenodeCommandModifier and TypeMethodDescriptionstatic NamenodeCommandPBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.NamenodeCommandProto cmd) NamenodeProtocolTranslatorPB.startCheckpoint(NamenodeRegistration registration) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type NamenodeCommandModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.NamenodeCommandProtoPBHelper.convert(NamenodeCommand cmd) -
Uses of NamenodeCommand in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return NamenodeCommandModifier and TypeMethodDescriptionNameNodeRpcServer.startCheckpoint(NamenodeRegistration registration) -
Uses of NamenodeCommand in org.apache.hadoop.hdfs.server.protocol
Subclasses of NamenodeCommand in org.apache.hadoop.hdfs.server.protocolMethods in org.apache.hadoop.hdfs.server.protocol that return NamenodeCommandModifier and TypeMethodDescriptionNamenodeProtocol.startCheckpoint(NamenodeRegistration registration) A request to the active name-node to start a checkpoint.