Uses of Class
org.apache.hadoop.hdfs.inotify.Event
Packages that use Event
-
Uses of Event in org.apache.hadoop.hdfs.inotify
Subclasses of Event in org.apache.hadoop.hdfs.inotifyModifier and TypeClassDescriptionstatic classSent when an existing file is opened for append.static classSent when a file is closed after append or create.static classSent when a new file is created (including overwrite).static classSent 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.static classSent when a file, directory, or symlink is renamed.static classSent when a file is truncated.static classSent when a file, directory, or symlink is deleted.Methods in org.apache.hadoop.hdfs.inotify that return EventConstructors in org.apache.hadoop.hdfs.inotify with parameters of type Event