Class INodeDirectoryAttributes.CopyWithQuota
java.lang.Object
org.apache.hadoop.hdfs.server.namenode.INodeAttributes.SnapshotCopy
org.apache.hadoop.hdfs.server.namenode.INodeDirectoryAttributes.SnapshotCopy
org.apache.hadoop.hdfs.server.namenode.INodeDirectoryAttributes.CopyWithQuota
- All Implemented Interfaces:
INodeAttributes,INodeDirectoryAttributes
- Enclosing interface:
- INodeDirectoryAttributes
public static class INodeDirectoryAttributes.CopyWithQuota
extends INodeDirectoryAttributes.SnapshotCopy
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.hadoop.hdfs.server.namenode.INodeAttributes
INodeAttributes.SnapshotCopyNested classes/interfaces inherited from interface org.apache.hadoop.hdfs.server.namenode.INodeDirectoryAttributes
INodeDirectoryAttributes.CopyWithQuota, INodeDirectoryAttributes.SnapshotCopy -
Constructor Summary
ConstructorsConstructorDescriptionCopyWithQuota(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) -
Method Summary
Methods inherited from class org.apache.hadoop.hdfs.server.namenode.INodeDirectoryAttributes.SnapshotCopy
isDirectory, metadataEqualsMethods inherited from class org.apache.hadoop.hdfs.server.namenode.INodeAttributes.SnapshotCopy
getAccessTime, getAclFeature, getFsPermission, getFsPermissionShort, getGroupName, getLocalNameBytes, getModificationTime, getPermissionLong, getUserName, getXAttrFeatureMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.hdfs.server.namenode.INodeAttributes
getAccessTime, getAclFeature, getFsPermission, getFsPermissionShort, getGroupName, getLocalNameBytes, getModificationTime, getPermissionLong, getUserName, getXAttrFeature
-
Constructor Details
-
CopyWithQuota
public 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) -
CopyWithQuota
-
-
Method Details
-
getQuotaCounts
- Specified by:
getQuotaCountsin interfaceINodeDirectoryAttributes- Overrides:
getQuotaCountsin classINodeDirectoryAttributes.SnapshotCopy
-