Uses of Interface
org.apache.hadoop.hdfs.server.namenode.INodeFileAttributes
Packages that use INodeFileAttributes
Package
Description
-
Uses of INodeFileAttributes in org.apache.hadoop.hdfs.server.namenode
Classes in org.apache.hadoop.hdfs.server.namenode that implement INodeFileAttributesModifier and TypeClassDescriptionclassI-node for closed file.static classA copy of the inode file attributesMethods in org.apache.hadoop.hdfs.server.namenode that return INodeFileAttributesModifier and TypeMethodDescriptionINodeFile.getSnapshotINode(int snapshotId) FSImageFormat.Loader.loadINodeFileAttributes(DataInput in) LoadINodeFileAttributes.Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type INodeFileAttributesModifier and TypeMethodDescriptionFSImageFormatPBINode.Saver.buildINodeFile(INodeFileAttributes file, FSImageFormatProtobuf.SaverContext state) booleanINodeFile.metadataEquals(INodeFileAttributes other) booleanINodeFileAttributes.metadataEquals(INodeFileAttributes other) booleanINodeFileAttributes.SnapshotCopy.metadataEquals(INodeFileAttributes other) static voidFSImageSerialization.writeINodeFileAttributes(INodeFileAttributes file, DataOutput out) Serialize anINodeFileAttributes. -
Uses of INodeFileAttributes in org.apache.hadoop.hdfs.server.namenode.snapshot
Methods in org.apache.hadoop.hdfs.server.namenode.snapshot with parameters of type INodeFileAttributesModifier and TypeMethodDescriptionvoidFileDiffList.saveSelf2Snapshot(int latestSnapshotId, INodeFile iNodeFile, INodeFileAttributes snapshotCopy, boolean withBlocks)