Uses of Class
org.apache.hadoop.hdfs.inotify.Event

Packages that use Event
org.apache.hadoop.hdfs A distributed implementation of FileSystem
org.apache.hadoop.hdfs.inotify   
 

Uses of Event in org.apache.hadoop.hdfs
 

Methods in org.apache.hadoop.hdfs that return Event
 Event DFSInotifyEventInputStream.poll()
          Returns the next event in the stream or null if no new events are currently available.
 Event DFSInotifyEventInputStream.poll(long time, TimeUnit tu)
          Returns the next event in the stream, waiting up to the specified amount of time for a new event.
 Event DFSInotifyEventInputStream.take()
          Returns the next event in the stream, waiting indefinitely if a new event is not immediately available.
 

Uses of Event in org.apache.hadoop.hdfs.inotify
 

Subclasses of Event in org.apache.hadoop.hdfs.inotify
static class Event.AppendEvent
          Sent when an existing file is opened for append.
static class Event.CloseEvent
          Sent when a file is closed after append or create.
static class Event.CreateEvent
          Sent when a new file is created (including overwrite).
static class 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.
static class Event.RenameEvent
          Sent when a file, directory, or symlink is renamed.
static class Event.UnlinkEvent
          Sent when a file, directory, or symlink is deleted.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.