INodeDirectoryAttributes, INodeFileAttributesINode, INodeAttributes.SnapshotCopy, INodeDirectory, INodeDirectoryAttributes.CopyWithQuota, INodeDirectoryAttributes.SnapshotCopy, INodeFile, INodeFileAttributes.SnapshotCopy, INodeReference, INodeReference.DstReference, INodeReference.WithCount, INodeReference.WithName, INodeSymlink, INodeWithAdditionalFields, Snapshot.Root@Private
public interface INodeAttributes
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
INodeAttributes.SnapshotCopy |
A read-only copy of the inode attributes.
|
| Modifier and Type | Method | Description |
|---|---|---|
long |
getAccessTime() |
|
AclFeature |
getAclFeature() |
|
org.apache.hadoop.fs.permission.FsPermission |
getFsPermission() |
|
short |
getFsPermissionShort() |
|
java.lang.String |
getGroupName() |
|
byte[] |
getLocalNameBytes() |
|
long |
getModificationTime() |
|
long |
getPermissionLong() |
|
java.lang.String |
getUserName() |
|
XAttrFeature |
getXAttrFeature() |
|
boolean |
isDirectory() |
boolean isDirectory()
byte[] getLocalNameBytes()
java.lang.String getUserName()
java.lang.String getGroupName()
org.apache.hadoop.fs.permission.FsPermission getFsPermission()
short getFsPermissionShort()
long getPermissionLong()
AclFeature getAclFeature()
XAttrFeature getXAttrFeature()
long getModificationTime()
long getAccessTime()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.