Uses of Class
org.apache.hadoop.hdfs.inotify.MissingEventsException
Packages that use MissingEventsException
-
Uses of MissingEventsException in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that throw MissingEventsExceptionModifier and TypeMethodDescriptionDFSInotifyEventInputStream.poll()Returns the next batch of events in the stream or null if no new batches are currently available.Returns the next event batch in the stream, waiting up to the specified amount of time for a new batch.DFSInotifyEventInputStream.take()Returns the next batch of events in the stream, waiting indefinitely if a new batch is not immediately available.