Uses of Class
org.apache.hadoop.hdfs.server.namenode.INodeFile

Packages that use INodeFile
org.apache.hadoop.hdfs.server.blockmanagement   
org.apache.hadoop.hdfs.server.namenode   
 

Uses of INodeFile in org.apache.hadoop.hdfs.server.blockmanagement
 

Methods in org.apache.hadoop.hdfs.server.blockmanagement that return INodeFile
 INodeFile BlockInfo.getINode()
           
 

Methods in org.apache.hadoop.hdfs.server.blockmanagement with parameters of type INodeFile
 void BlockInfo.setINode(INodeFile inode)
           
 

Uses of INodeFile in org.apache.hadoop.hdfs.server.namenode
 

Subclasses of INodeFile in org.apache.hadoop.hdfs.server.namenode
 class INodeFileUnderConstruction
          I-node for file being written.
 

Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type INodeFile
 void FSDirectory.replaceNode(String path, INodeFile oldnode, INodeFile newnode)
          Replaces the specified inode with the specified one.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.