Uses of Class
org.apache.hadoop.hdfs.server.namenode.XAttrFeature
Packages that use XAttrFeature
-
Uses of XAttrFeature in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return XAttrFeatureModifier and TypeMethodDescriptionfinal XAttrFeatureINode.getXAttrFeature()INodeAttributes.getXAttrFeature()final XAttrFeatureINodeAttributes.SnapshotCopy.getXAttrFeature()Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type XAttrFeatureModifier and TypeMethodDescriptionfinal voidFSDirectory.addRootDirToEncryptionZone(XAttrFeature xaf) This is to handle encryption zone for rootDir when loading from fsimage, and should only be called during NN restart.voidINodeSymlink.addXAttrFeature(XAttrFeature f) voidINodeWithAdditionalFields.addXAttrFeature(XAttrFeature f) Constructors in org.apache.hadoop.hdfs.server.namenode with parameters of type XAttrFeatureModifierConstructorDescriptionCopyWithQuota(byte[] name, org.apache.hadoop.fs.permission.PermissionStatus permissions, AclFeature aclFeature, long modificationTime, long nsQuota, long dsQuota, EnumCounters<org.apache.hadoop.fs.StorageType> typeQuotas, XAttrFeature xAttrsFeature) SnapshotCopy(byte[] name, org.apache.hadoop.fs.permission.PermissionStatus permissions, AclFeature aclFeature, long modificationTime, XAttrFeature xAttrsFeature) SnapshotCopy(byte[] name, org.apache.hadoop.fs.permission.PermissionStatus permissions, AclFeature aclFeature, long modificationTime, long accessTime, Short replication, Byte ecPolicyID, long preferredBlockSize, byte storagePolicyID, XAttrFeature xAttrsFeature, org.apache.hadoop.hdfs.protocol.BlockType blockType)