@InterfaceAudience.Private public interface INodeAttributes
Modifier and Type | Interface and Description |
---|---|
static class |
INodeAttributes.SnapshotCopy
A read-only copy of the inode attributes.
|
Modifier and Type | Method and Description |
---|---|
long |
getAccessTime() |
FsPermission |
getFsPermission() |
short |
getFsPermissionShort() |
String |
getGroupName() |
byte[] |
getLocalNameBytes() |
long |
getModificationTime() |
long |
getPermissionLong() |
String |
getUserName() |
byte[] getLocalNameBytes()
String getUserName()
String getGroupName()
FsPermission getFsPermission()
short getFsPermissionShort()
long getPermissionLong()
long getModificationTime()
long getAccessTime()
Copyright © 2013 Apache Software Foundation. All rights reserved.