@InterfaceAudience.Public public static class Event.MetadataUpdateEvent extends Event
Event.AppendEvent, Event.CloseEvent, Event.CreateEvent, Event.MetadataUpdateEvent, Event.RenameEvent, Event.TruncateEvent, Event.UnlinkEvent
Modifier and Type | Method and Description |
---|---|
List<AclEntry> |
getAcls()
The full set of ACLs currently associated with this file or directory.
|
long |
getAtime() |
String |
getGroupName() |
org.apache.hadoop.hdfs.inotify.Event.MetadataUpdateEvent.MetadataType |
getMetadataType() |
long |
getMtime() |
String |
getOwnerName() |
String |
getPath() |
FsPermission |
getPerms() |
int |
getReplication() |
List<org.apache.hadoop.fs.XAttr> |
getxAttrs() |
boolean |
isxAttrsRemoved()
Whether the xAttrs returned by getxAttrs() were removed (as opposed to
added).
|
String |
toString() |
getEventType
public String getPath()
public org.apache.hadoop.hdfs.inotify.Event.MetadataUpdateEvent.MetadataType getMetadataType()
public long getMtime()
public long getAtime()
public int getReplication()
public String getOwnerName()
public String getGroupName()
public FsPermission getPerms()
public List<AclEntry> getAcls()
public List<org.apache.hadoop.fs.XAttr> getxAttrs()
public boolean isxAttrsRemoved()
Copyright © 2024 Apache Software Foundation. All rights reserved.