| Package | Description |
|---|---|
| org.apache.hadoop.hdfs | |
| org.apache.hadoop.hdfs.inotify | |
| org.apache.hadoop.hdfs.protocol |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.hdfs.protocolPB |
| Class | Description |
|---|---|
| EventBatch |
A batch of events that all happened on the same transaction ID.
|
| MissingEventsException |
| Class | Description |
|---|---|
| Event |
Events sent by the inotify system.
|
| Event.AppendEvent |
Sent when an existing file is opened for append.
|
| Event.AppendEvent.Builder | |
| Event.CreateEvent |
Sent when a new file is created (including overwrite).
|
| Event.CreateEvent.Builder | |
| Event.CreateEvent.INodeType | |
| Event.EventType | |
| Event.MetadataUpdateEvent |
Sent when there is an update to directory or file (none of the metadata
tracked here applies to symlinks) that is not associated with another
inotify event.
|
| Event.MetadataUpdateEvent.Builder | |
| Event.MetadataUpdateEvent.MetadataType | |
| Event.RenameEvent |
Sent when a file, directory, or symlink is renamed.
|
| Event.RenameEvent.Builder | |
| Event.UnlinkEvent |
Sent when a file, directory, or symlink is deleted.
|
| Event.UnlinkEvent.Builder | |
| EventBatch |
A batch of events that all happened on the same transaction ID.
|
| Class | Description |
|---|---|
| EventBatchList |
Contains a list of event batches, the transaction ID in the edit log up to
which we read to produce these events, and the first txid we observed when
producing these events (the last of which is for the purpose of determining
whether we have missed events due to edit deletion).
|
| Class | Description |
|---|---|
| EventBatchList |
Contains a list of event batches, the transaction ID in the edit log up to
which we read to produce these events, and the first txid we observed when
producing these events (the last of which is for the purpose of determining
whether we have missed events due to edit deletion).
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.