org.apache.hadoop.hdfs.server.namenode
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:
- org.apache.hadoop.hdfs.server.namenode.INodeAttributes, org.apache.hadoop.hdfs.server.namenode.INodeDirectoryAttributes
- Enclosing interface:
- org.apache.hadoop.hdfs.server.namenode.INodeDirectoryAttributes
public static class INodeDirectoryAttributes.CopyWithQuota
- extends INodeDirectoryAttributes.SnapshotCopy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.hadoop.hdfs.server.namenode.INodeAttributes |
getAccessTime, getAclFeature, getFsPermission, getFsPermissionShort, getGroupName, getLocalNameBytes, getModificationTime, getPermissionLong, getUserName |
INodeDirectoryAttributes.CopyWithQuota
public INodeDirectoryAttributes.CopyWithQuota(byte[] name,
org.apache.hadoop.fs.permission.PermissionStatus permissions,
org.apache.hadoop.hdfs.server.namenode.AclFeature aclFeature,
long modificationTime,
long nsQuota,
long dsQuota)
INodeDirectoryAttributes.CopyWithQuota
public INodeDirectoryAttributes.CopyWithQuota(INodeDirectory dir)
getQuotaCounts
public Quota.Counts getQuotaCounts()
- Specified by:
getQuotaCounts in interface org.apache.hadoop.hdfs.server.namenode.INodeDirectoryAttributes- Overrides:
getQuotaCounts in class INodeDirectoryAttributes.SnapshotCopy
Copyright © 2014 Apache Software Foundation. All Rights Reserved.