public abstract static class INodeAttributes.SnapshotCopy extends Object implements org.apache.hadoop.hdfs.server.namenode.INodeAttributes
INodeAttributes.SnapshotCopy
Modifier and Type | Method and Description |
---|---|
long |
getAccessTime() |
org.apache.hadoop.hdfs.server.namenode.AclFeature |
getAclFeature() |
org.apache.hadoop.fs.permission.FsPermission |
getFsPermission() |
short |
getFsPermissionShort() |
String |
getGroupName() |
byte[] |
getLocalNameBytes() |
long |
getModificationTime() |
long |
getPermissionLong() |
String |
getUserName() |
org.apache.hadoop.hdfs.server.namenode.XAttrFeature |
getXAttrFeature() |
public final byte[] getLocalNameBytes()
getLocalNameBytes
in interface org.apache.hadoop.hdfs.server.namenode.INodeAttributes
public final String getUserName()
getUserName
in interface org.apache.hadoop.hdfs.server.namenode.INodeAttributes
public final String getGroupName()
getGroupName
in interface org.apache.hadoop.hdfs.server.namenode.INodeAttributes
public final org.apache.hadoop.fs.permission.FsPermission getFsPermission()
getFsPermission
in interface org.apache.hadoop.hdfs.server.namenode.INodeAttributes
public final short getFsPermissionShort()
getFsPermissionShort
in interface org.apache.hadoop.hdfs.server.namenode.INodeAttributes
public long getPermissionLong()
getPermissionLong
in interface org.apache.hadoop.hdfs.server.namenode.INodeAttributes
public org.apache.hadoop.hdfs.server.namenode.AclFeature getAclFeature()
getAclFeature
in interface org.apache.hadoop.hdfs.server.namenode.INodeAttributes
public final long getModificationTime()
getModificationTime
in interface org.apache.hadoop.hdfs.server.namenode.INodeAttributes
public final long getAccessTime()
getAccessTime
in interface org.apache.hadoop.hdfs.server.namenode.INodeAttributes
public final org.apache.hadoop.hdfs.server.namenode.XAttrFeature getXAttrFeature()
getXAttrFeature
in interface org.apache.hadoop.hdfs.server.namenode.INodeAttributes
Copyright © 2017 Apache Software Foundation. All Rights Reserved.