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

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

Uses of MissingEventsException in org.apache.hadoop.hdfs
 

Methods in org.apache.hadoop.hdfs that throw MissingEventsException
 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.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.