| Package | Description | 
|---|---|
| org.apache.hadoop.hdfs | 
| 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 © 2018 Apache Software Foundation. All Rights Reserved.