| Class | Description |
|---|---|
| Event |
Events sent by the inotify system.
|
| Event.AppendEvent |
Sent when an existing file is opened for append.
|
| Event.AppendEvent.Builder | |
| Event.CloseEvent |
Sent when a file is closed after append or create.
|
| Event.CreateEvent |
Sent when a new file is created (including overwrite).
|
| Event.CreateEvent.Builder | |
| 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.RenameEvent |
Sent when a file, directory, or symlink is renamed.
|
| Event.RenameEvent.Builder | |
| Event.TruncateEvent |
Sent when a file is truncated.
|
| 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.
|
| 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).
|
| Enum | Description |
|---|---|
| Event.CreateEvent.INodeType | |
| Event.EventType | |
| Event.MetadataUpdateEvent.MetadataType |
| Exception | Description |
|---|---|
| MissingEventsException |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.