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

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

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

Constructors in org.apache.hadoop.hdfs.server.namenode with parameters of type INodeReference.WithCount
INodeReference.DstReference(INodeDirectory parent, INodeReference.WithCount referred, int dstSnapshotId)
           
INodeReference.WithName(INodeDirectory parent, INodeReference.WithCount referred, byte[] name, int lastSnapshotId)
           
 

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

Methods in org.apache.hadoop.hdfs.server.namenode.snapshot that return INodeReference.WithCount
 INodeReference.WithCount SnapshotFSImageFormat.ReferenceMap.loadINodeReferenceWithCount(boolean isSnapshotINode, DataInput in, FSImageFormat.Loader loader)
           
 

Methods in org.apache.hadoop.hdfs.server.namenode.snapshot with parameters of type INodeReference.WithCount
 void SnapshotFSImageFormat.ReferenceMap.writeINodeReferenceWithCount(INodeReference.WithCount withCount, DataOutput out, boolean writeUnderConstruction)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.