@InterfaceAudience.Public public static class Event.MetadataUpdateEvent extends Event
Modifier and Type | Class and Description |
---|---|
static class |
Event.MetadataUpdateEvent.Builder |
static class |
Event.MetadataUpdateEvent.MetadataType |
Event.AppendEvent, Event.CloseEvent, Event.CreateEvent, Event.EventType, Event.MetadataUpdateEvent, Event.RenameEvent, Event.TruncateEvent, Event.UnlinkEvent
Modifier and Type | Method and Description |
---|---|
List<org.apache.hadoop.fs.permission.AclEntry> |
getAcls()
The full set of ACLs currently associated with this file or directory.
|
long |
getAtime() |
String |
getGroupName() |
Event.MetadataUpdateEvent.MetadataType |
getMetadataType() |
long |
getMtime() |
String |
getOwnerName() |
String |
getPath() |
org.apache.hadoop.fs.permission.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 Event.MetadataUpdateEvent.MetadataType getMetadataType()
public long getMtime()
public long getAtime()
public int getReplication()
public String getOwnerName()
public String getGroupName()
public org.apache.hadoop.fs.permission.FsPermission getPerms()
public List<org.apache.hadoop.fs.permission.AclEntry> getAcls()
public List<org.apache.hadoop.fs.XAttr> getxAttrs()
public boolean isxAttrsRemoved()
Copyright © 2018 Apache Software Foundation. All Rights Reserved.