Class RegisterCommand
java.lang.Object
org.apache.hadoop.hdfs.server.protocol.ServerCommand
org.apache.hadoop.hdfs.server.protocol.DatanodeCommand
org.apache.hadoop.hdfs.server.protocol.RegisterCommand
A RegisterCommand is an instruction to a datanode to register with the namenode.
This command can't be combined with other commands in the same response.
This is because after the datanode processes RegisterCommand, it will skip
the rest of the DatanodeCommands in the same HeartbeatResponse.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.hdfs.server.protocol.ServerCommand
getAction, toString
-
Field Details
-
REGISTER
-
-
Constructor Details
-
RegisterCommand
public RegisterCommand()
-