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

Packages that use EventBatch
Package
Description
A distributed implementation of FileSystem.
  • Uses of EventBatch in org.apache.hadoop.hdfs

    Methods in org.apache.hadoop.hdfs that return EventBatch
    Modifier and Type
    Method
    Description
    DFSInotifyEventInputStream.poll()
    Returns the next batch of events in the stream or null if no new batches are currently available.
    DFSInotifyEventInputStream.poll(long time, TimeUnit tu)
    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.