Package org.apache.hadoop.hdfs.inotify

Class Summary
Event Events sent by the inotify system.
Event.AppendEvent Sent when an existing file is opened for append.
Event.CloseEvent Sent when a file is closed after append or create.
Event.CreateEvent Sent when a new file is created (including overwrite).
Event.CreateEvent.Builder  
Event.MetadataUpdateEvent Sent when there is an update to directory or file (none of the metadata tracked here applies to symlinks) that is not associated with another inotify event.
Event.MetadataUpdateEvent.Builder  
Event.RenameEvent Sent when a file, directory, or symlink is renamed.
Event.UnlinkEvent Sent when a file, directory, or symlink is deleted.
 

Enum Summary
Event.CreateEvent.INodeType  
Event.EventType  
Event.MetadataUpdateEvent.MetadataType  
 

Exception Summary
MissingEventsException  
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.