| Package | Description |
|---|---|
| org.apache.hadoop.hdfs | |
| org.apache.hadoop.hdfs.client |
This package provides the administrative APIs for HDFS.
|
| Modifier and Type | Method | Description |
|---|---|---|
DFSInotifyEventInputStream |
DFSClient.getInotifyEventStream() |
|
DFSInotifyEventInputStream |
DFSClient.getInotifyEventStream(long lastReadTxid) |
|
DFSInotifyEventInputStream |
DistributedFileSystem.getInotifyEventStream() |
|
DFSInotifyEventInputStream |
DistributedFileSystem.getInotifyEventStream(long lastReadTxid) |
|
DFSInotifyEventInputStream |
ViewDistributedFileSystem.getInotifyEventStream() |
|
DFSInotifyEventInputStream |
ViewDistributedFileSystem.getInotifyEventStream(long lastReadTxid) |
| Modifier and Type | Method | Description |
|---|---|---|
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. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.