Class Event

java.lang.Object
org.apache.hadoop.hdfs.inotify.Event
Direct Known Subclasses:
Event.AppendEvent, Event.CloseEvent, Event.CreateEvent, Event.MetadataUpdateEvent, Event.RenameEvent, Event.TruncateEvent, Event.UnlinkEvent

@Public @Unstable public abstract class Event extends Object
Events sent by the inotify system. Note that no events are necessarily sent when a file is opened for read (although a MetadataUpdateEvent will be sent if the atime is updated).