| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.namenode |
| Modifier and Type | Method | Description |
|---|---|---|
XAttrFeature |
INode.getXAttrFeature() |
|
XAttrFeature |
INodeAttributes.getXAttrFeature() |
|
XAttrFeature |
INodeAttributes.SnapshotCopy.getXAttrFeature() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
FSDirectory.addRootDirToEncryptionZone(XAttrFeature xaf) |
This is to handle encryption zone for rootDir when loading from
fsimage, and should only be called during NN restart.
|
void |
INodeSymlink.addXAttrFeature(XAttrFeature f) |
|
void |
INodeWithAdditionalFields.addXAttrFeature(XAttrFeature f) |
| Constructor | Description |
|---|---|
CopyWithQuota(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,
java.lang.Short replication,
java.lang.Byte ecPolicyID,
long preferredBlockSize,
byte storagePolicyID,
XAttrFeature xAttrsFeature,
org.apache.hadoop.hdfs.protocol.BlockType blockType) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.