Uses of Interface
org.apache.hadoop.net.Node

Packages that use Node
org.apache.hadoop.dfs A distributed implementation of FileSystem
org.apache.hadoop.net Network-related classes. 
 

Uses of Node in org.apache.hadoop.dfs
 

Classes in org.apache.hadoop.dfs that implement Node
 class DatanodeDescriptor
          DatanodeDescriptor tracks stats on a given DataNode, such as available storage capacity, last update time, etc., and maintains a set of blocks stored on the datanode.
 class DatanodeInfo
          DatanodeInfo represents the status of a DataNode.
 

Uses of Node in org.apache.hadoop.net
 

Classes in org.apache.hadoop.net that implement Node
 class NodeBase
          A base class that implements interface Node
 

Methods in org.apache.hadoop.net that return Node
 Node NetworkTopology.getNode(String loc)
          Given a string representation of a node, return its reference
 



Copyright © 2006 The Apache Software Foundation