Uses of Class
org.apache.hadoop.hdfs.inotify.EventBatch
Packages that use EventBatch
-
Uses of EventBatch in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return EventBatchModifier 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.