パッケージ | 説明 |
---|---|
org.apache.hadoop.hdfs.client |
This package provides the administrative APIs for HDFS.
|
修飾子とタイプ | メソッドと説明 |
---|---|
DFSInotifyEventInputStream |
HdfsAdmin.getInotifyEventStream()
Exposes a stream of namesystem events.
|
DFSInotifyEventInputStream |
HdfsAdmin.getInotifyEventStream(long lastReadTxid)
A version of
HdfsAdmin.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. |
Copyright © 2016 Apache Software Foundation. All rights reserved.