Uses of Class
org.apache.hadoop.hdfs.server.namenode.INodeReference.WithName
Packages that use INodeReference.WithName
Package
Description
-
Uses of INodeReference.WithName in org.apache.hadoop.hdfs.server.namenode
Fields in org.apache.hadoop.hdfs.server.namenode with type parameters of type INodeReference.WithNameModifier and TypeFieldDescriptionstatic final Comparator<INodeReference.WithName>INodeReference.WithCount.WITHNAME_COMPARATORCompare snapshot with IDs, where null indicates the current status thus is greater than any non-null snapshot.Methods in org.apache.hadoop.hdfs.server.namenode that return INodeReference.WithNameModifier and TypeMethodDescriptionINodeReference.WithCount.getLastWithName()Return the last WithName reference if there is any, null otherwise. -
Uses of INodeReference.WithName in org.apache.hadoop.hdfs.server.namenode.snapshot
Methods in org.apache.hadoop.hdfs.server.namenode.snapshot with parameters of type INodeReference.WithNameModifier and TypeMethodDescriptionbyte[][]DirectorySnapshottableFeature.findRenameTargetPath(INodeDirectory snapshotRoot, INodeReference.WithName wn, int snapshotId) We just found a deleted WithName node as the source of a rename operation.