@Public public static class Event.MetadataUpdateEvent extends Event
| Modifier and Type | Class | 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 | Description |
|---|---|---|
java.util.List<org.apache.hadoop.fs.permission.AclEntry> |
getAcls() |
The full set of ACLs currently associated with this file or directory.
|
long |
getAtime() |
|
java.lang.String |
getGroupName() |
|
Event.MetadataUpdateEvent.MetadataType |
getMetadataType() |
|
long |
getMtime() |
|
java.lang.String |
getOwnerName() |
|
java.lang.String |
getPath() |
|
org.apache.hadoop.fs.permission.FsPermission |
getPerms() |
|
int |
getReplication() |
|
java.util.List<XAttr> |
getxAttrs() |
|
boolean |
isxAttrsRemoved() |
Whether the xAttrs returned by getxAttrs() were removed (as opposed to
added).
|
java.lang.String |
toString() |
getEventTypepublic java.lang.String getPath()
public Event.MetadataUpdateEvent.MetadataType getMetadataType()
public long getMtime()
public long getAtime()
public int getReplication()
public java.lang.String getOwnerName()
public java.lang.String getGroupName()
public org.apache.hadoop.fs.permission.FsPermission getPerms()
public java.util.List<org.apache.hadoop.fs.permission.AclEntry> getAcls()
public java.util.List<XAttr> getxAttrs()
public boolean isxAttrsRemoved()
@Unstable public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.