org.apache.hadoop.hdfs.server.namenode
Interface FSInodeInfo

All Known Implementing Classes:
INodeSymlink

@InterfaceAudience.Private
public interface FSInodeInfo

This interface is used used the pluggable block placement policy to expose a few characteristics of an Inode.


Method Summary
 String getFullPathName()
          a string representation of an inode
 

Method Detail

getFullPathName

String getFullPathName()
a string representation of an inode

Returns:
the full pathname (from root) that this inode represents


Copyright © 2009 The Apache Software Foundation