public static class INodeDirectoryAttributes.CopyWithQuota extends INodeDirectoryAttributes.SnapshotCopy
INodeDirectoryAttributes.CopyWithQuota, INodeDirectoryAttributes.SnapshotCopy
Constructor and Description |
---|
INodeDirectoryAttributes.CopyWithQuota(byte[] name,
org.apache.hadoop.fs.permission.PermissionStatus permissions,
long modificationTime,
long nsQuota,
long dsQuota) |
INodeDirectoryAttributes.CopyWithQuota(INodeDirectory dir) |
Modifier and Type | Method and Description |
---|---|
long |
getDsQuota() |
long |
getNsQuota() |
metadataEquals
getAccessTime, getFsPermission, getFsPermissionShort, getGroupName, getLocalNameBytes, getModificationTime, getPermissionLong, getUserName
public INodeDirectoryAttributes.CopyWithQuota(byte[] name, org.apache.hadoop.fs.permission.PermissionStatus permissions, long modificationTime, long nsQuota, long dsQuota)
public INodeDirectoryAttributes.CopyWithQuota(INodeDirectory dir)
public final long getNsQuota()
getNsQuota
in interface org.apache.hadoop.hdfs.server.namenode.INodeDirectoryAttributes
getNsQuota
in class INodeDirectoryAttributes.SnapshotCopy
public final long getDsQuota()
getDsQuota
in interface org.apache.hadoop.hdfs.server.namenode.INodeDirectoryAttributes
getDsQuota
in class INodeDirectoryAttributes.SnapshotCopy
Copyright © 2014 Apache Software Foundation. All Rights Reserved.