Uses of Class
org.apache.hadoop.hdfs.DFSInotifyEventInputStream
Packages that use DFSInotifyEventInputStream
Package
Description
This package provides the administrative APIs for HDFS.
-
Uses of DFSInotifyEventInputStream in org.apache.hadoop.hdfs.client
Methods in org.apache.hadoop.hdfs.client that return DFSInotifyEventInputStreamModifier and TypeMethodDescriptionHdfsAdmin.getInotifyEventStream()Exposes a stream of namesystem events.HdfsAdmin.getInotifyEventStream(long lastReadTxid) A version ofHdfsAdmin.getInotifyEventStream()meant for advanced users who are aware of HDFS edits up to lastReadTxid (e.g. because they have access to an FSImage inclusive of lastReadTxid) and only want to read events after this point.