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