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. -
Uses of EventBatch in org.apache.hadoop.hdfs.inotify
Methods in org.apache.hadoop.hdfs.inotify that return types with arguments of type EventBatchConstructor parameters in org.apache.hadoop.hdfs.inotify with type arguments of type EventBatchModifierConstructorDescriptionEventBatchList(List<EventBatch> batches, long firstTxid, long lastTxid, long syncTxid)