| Package | Description | 
|---|---|
| org.apache.hadoop.hdfs | A distributed implementation of  FileSystem. | 
| Modifier and Type | Method and Description | 
|---|---|
| EventBatch | DFSInotifyEventInputStream. poll()Returns the next batch of events in the stream or null if no new
 batches are currently available. | 
| EventBatch | 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. | 
| EventBatch | DFSInotifyEventInputStream. take()Returns the next batch of events in the stream, waiting indefinitely if
 a new batch  is not immediately available. | 
Copyright © 2025 Apache Software Foundation. All rights reserved.