Java org.apache.hadoop.hdfs DFSInotifyEventInputStream fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.hdfs DFSInotifyEventInputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.hdfs DFSInotifyEventInputStream.

The text is from its open source code.

Method

longgetTxidsBehindEstimate()
Return a estimate of how many transaction IDs behind the NameNode's current state this stream is.
EventBatchpoll(long time, TimeUnit tu)
Returns the next event batch in the stream, waiting up to the specified amount of time for a new batch.
EventBatchtake()
Returns the next batch of events in the stream, waiting indefinitely if a new batch is not immediately available.