@InterfaceAudience.Public public static class Event.MetadataUpdateEvent extends Event
Event.AppendEvent, Event.CloseEvent, Event.CreateEvent, Event.MetadataUpdateEvent, Event.RenameEvent, Event.TruncateEvent, Event.UnlinkEvent| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| 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() | 
getEventTypepublic 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 boolean isxAttrsRemoved()
Copyright © 2016 Apache Software Foundation. All rights reserved.