Uses of Package
org.apache.hadoop.hdfs.server.protocol

Packages that use org.apache.hadoop.hdfs.server.protocol
org.apache.hadoop.hdfs.protocol   
org.apache.hadoop.hdfs.server.common   
org.apache.hadoop.hdfs.server.datanode   
org.apache.hadoop.hdfs.server.namenode   
org.apache.hadoop.hdfs.server.protocol   
 

Classes in org.apache.hadoop.hdfs.server.protocol used by org.apache.hadoop.hdfs.protocol
NodeRegistration
          Generic class specifying information, which need to be sent to the name-node during the registration process.
 

Classes in org.apache.hadoop.hdfs.server.protocol used by org.apache.hadoop.hdfs.server.common
UpgradeCommand
          This as a generic distributed upgrade command.
 

Classes in org.apache.hadoop.hdfs.server.protocol used by org.apache.hadoop.hdfs.server.datanode
BlockRecoveryCommand.RecoveringBlock
          This is a block with locations from which it should be recovered and the new generation stamp, which the block will have after successful recovery.
DatanodeProtocol
          Protocol that a DFS datanode uses to communicate with the NameNode.
DatanodeRegistration
          DatanodeRegistration class contains all information the name-node needs to identify and verify a data-node when it contacts the name-node.
InterDatanodeProtocol
          An inter-datanode protocol for updating generation stamp
ReplicaRecoveryInfo
          Replica recovery information.
UpgradeCommand
          This as a generic distributed upgrade command.
 

Classes in org.apache.hadoop.hdfs.server.protocol used by org.apache.hadoop.hdfs.server.namenode
BlocksWithLocations
          A class to implement an array of BlockLocations It provide efficient customized serialization/deserialization methods in stead of using the default array (de)serialization provided by RPC
DatanodeCommand
          Base class for data-node command.
DatanodeProtocol
          Protocol that a DFS datanode uses to communicate with the NameNode.
DatanodeRegistration
          DatanodeRegistration class contains all information the name-node needs to identify and verify a data-node when it contacts the name-node.
NamenodeCommand
          Base class for name-node command.
NamenodeProtocol
          Protocol that a secondary NameNode uses to communicate with the NameNode.
NamenodeProtocols
          The full set of RPC methods implemented by the Namenode.
NamenodeRegistration
          Information sent by a subordinate name-node to the active name-node during the registration process.
NamespaceInfo
          NamespaceInfo is returned by the name-node in reply to a data-node handshake.
NodeRegistration
          Generic class specifying information, which need to be sent to the name-node during the registration process.
UpgradeCommand
          This as a generic distributed upgrade command.
 

Classes in org.apache.hadoop.hdfs.server.protocol used by org.apache.hadoop.hdfs.server.protocol
BlockRecoveryCommand.RecoveringBlock
          This is a block with locations from which it should be recovered and the new generation stamp, which the block will have after successful recovery.
BlocksWithLocations
          A class to implement an array of BlockLocations It provide efficient customized serialization/deserialization methods in stead of using the default array (de)serialization provided by RPC
BlocksWithLocations.BlockWithLocations
          A class to keep track of a block and its locations
DatanodeCommand
          Base class for data-node command.
DatanodeProtocol
          Protocol that a DFS datanode uses to communicate with the NameNode.
DatanodeRegistration
          DatanodeRegistration class contains all information the name-node needs to identify and verify a data-node when it contacts the name-node.
NamenodeCommand
          Base class for name-node command.
NamenodeProtocol
          Protocol that a secondary NameNode uses to communicate with the NameNode.
NamenodeRegistration
          Information sent by a subordinate name-node to the active name-node during the registration process.
NamespaceInfo
          NamespaceInfo is returned by the name-node in reply to a data-node handshake.
NodeRegistration
          Generic class specifying information, which need to be sent to the name-node during the registration process.
ReplicaRecoveryInfo
          Replica recovery information.
ServerCommand
          Base class for a server command.
UpgradeCommand
          This as a generic distributed upgrade command.
 



Copyright © 2009 The Apache Software Foundation