Uses of Interface
org.apache.hadoop.hdfs.server.namenode.INodeDirectoryAttributes
Packages that use INodeDirectoryAttributes
Package
Description
-
Uses of INodeDirectoryAttributes in org.apache.hadoop.hdfs.server.namenode
Classes in org.apache.hadoop.hdfs.server.namenode that implement INodeDirectoryAttributesModifier and TypeClassDescriptionclassDirectory INode class.static classstatic classA copy of the inode directory attributesMethods in org.apache.hadoop.hdfs.server.namenode that return INodeDirectoryAttributesModifier and TypeMethodDescriptionINodeDirectory.getSnapshotINode(int snapshotId) FSImageFormat.Loader.loadINodeDirectoryAttributes(DataInput in) Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type INodeDirectoryAttributesModifier and TypeMethodDescriptionFSImageFormatPBINode.Saver.buildINodeDirectory(INodeDirectoryAttributes dir, FSImageFormatProtobuf.SaverContext state) booleanINodeDirectory.metadataEquals(INodeDirectoryAttributes other) Compare the metadata with another INodeDirectorybooleanINodeDirectoryAttributes.metadataEquals(INodeDirectoryAttributes other) booleanINodeDirectoryAttributes.SnapshotCopy.metadataEquals(INodeDirectoryAttributes other) static voidFSImageSerialization.writeINodeDirectoryAttributes(INodeDirectoryAttributes a, DataOutput out) Serialize aINodeDirectory -
Uses of INodeDirectoryAttributes in org.apache.hadoop.hdfs.server.namenode.snapshot
Classes in org.apache.hadoop.hdfs.server.namenode.snapshot that implement INodeDirectoryAttributesMethods in org.apache.hadoop.hdfs.server.namenode.snapshot with parameters of type INodeDirectoryAttributesModifier and TypeMethodDescriptionbooleanSnapshot.Root.metadataEquals(INodeDirectoryAttributes other)