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

Packages that use INodeReference
org.apache.hadoop.hdfs.server.namenode   
 

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

Subclasses of INodeReference in org.apache.hadoop.hdfs.server.namenode
static class INodeReference.DstReference
           
static class INodeReference.WithCount
          An anonymous reference with reference count.
static class INodeReference.WithName
          A reference with a fixed name.
 

Methods in org.apache.hadoop.hdfs.server.namenode that return INodeReference
 INodeReference INodeReference.asReference()
           
 INodeReference INodeReference.WithCount.getParentRef(int snapshotId)
           
 

Methods in org.apache.hadoop.hdfs.server.namenode that return types with arguments of type INodeReference
 ArrayList<INodeReference> FSImageFormatProtobuf.LoaderContext.getRefList()
           
 ArrayList<INodeReference> FSImageFormatProtobuf.SaverContext.getRefList()
           
 

Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type INodeReference
 void INodeReference.WithCount.addReference(INodeReference ref)
          Increment and then return the reference count.
 void INodeReference.WithCount.removeReference(INodeReference ref)
          Decrement and then return the reference count.
 void INodeDirectory.undoRename4ScrParent(INodeReference oldChild, org.apache.hadoop.hdfs.server.namenode.INode newChild)
          This method is usually called by the undo section of rename.
 

Constructors in org.apache.hadoop.hdfs.server.namenode with parameters of type INodeReference
INodeReference.WithCount(INodeReference parent, org.apache.hadoop.hdfs.server.namenode.INode referred)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.