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.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() |
Event.MetadataUpdateEvent.MetadataType |
getMetadataType() |
long |
getMtime() |
String |
getOwnerName() |
String |
getPath() |
FsPermission |
getPerms() |
int |
getReplication() |
List<XAttr> |
getxAttrs() |
boolean |
isxAttrsRemoved()
Whether the xAttrs returned by getxAttrs() were removed (as opposed to
added).
|
getEventTypepublic 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 boolean isxAttrsRemoved()
Copyright © 2018 CERN. All Rights Reserved.